Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
969 B

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corp., 1991 **/
  4. /**********************************************************************/
  5. /*
  6. lmuiwarn.hxx:
  7. This file contains #pragmas which suppress warnings
  8. we deem to be unnecessary.
  9. History:
  10. DavidHov 9/24/93 Created
  11. Disabled C4003: not enough parameters
  12. for preprocessor macro
  13. Disabled C4355: 'this' used in base
  14. member initializer.
  15. */
  16. #if !defined(_LMUIWARN_HXX_)
  17. # define _LMUIWARN_HXX_
  18. # if !defined(_CFRONT_PASS_)
  19. # pragma warning( disable: 4003 4355 )
  20. # endif // !_CFRONT_PASS_
  21. #endif // _LMUIWARN_HXX_