Source code of Windows XP (NT5)
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.

24 lines
549 B

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 2000 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // Pragmas.h
  7. //
  8. // Description:
  9. // Project level pragmas.
  10. //
  11. // Maintained By:
  12. // Galen Barbee (GalenB) 22-APR-2000
  13. //
  14. //////////////////////////////////////////////////////////////////////////////
  15. #pragma once
  16. #pragma warning( disable : 4100 )
  17. #pragma warning( disable : 4127 )
  18. #pragma warning( disable : 4201 )
  19. #pragma warning( disable : 4509 )
  20. #pragma warning( disable : 4702 )