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.

26 lines
736 B

  1. // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  2. //
  3. // _SYNCHRO.H
  4. //
  5. // SYNCHRO precompiled header
  6. //
  7. //
  8. // Copyright 1986-1998 Microsoft Corporation, All Rights Reserved
  9. //
  10. #ifndef __SYNCHRO_H_
  11. #define __SYNCHRO_H_
  12. // Disable unnecessary (i.e. harmless) warnings
  13. //
  14. #pragma warning(disable:4100) // unref formal parameter (caused by STL templates)
  15. #pragma warning(disable:4127) // conditional expression is constant */
  16. #pragma warning(disable:4201) // nameless struct/union
  17. #pragma warning(disable:4514) // unreferenced inline function
  18. #pragma warning(disable:4710) // (inline) function not expanded
  19. // Windows headers
  20. //
  21. #include <windows.h>
  22. #endif // !defined(__SYNCHRO_H_)