home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / com / activexcontrol / basectl / include / vc41warn.h < prev   
Encoding:
C/C++ Source or Header  |  1997-10-05  |  771 b   |  20 lines

  1. //=--------------------------------------------------------------------------=
  2. // VC41Warn.h
  3. //=--------------------------------------------------------------------------=
  4. // Copyright 1995-1997 Microsoft Corporation.  All Rights Reserved.
  5. //
  6. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF 
  7. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
  8. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A 
  9. // PARTICULAR PURPOSE.
  10. //=--------------------------------------------------------------------------=
  11. //
  12. // disables several new VC4.1 warnings that trip standard headers
  13. //
  14.  
  15. // VC4.1 warning about bool
  16. #pragma warning(disable:4237)
  17.  
  18. // VC4.1 warning - anachronism used
  19. #pragma warning(disable:4229)
  20.