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.

34 lines
664 B

  1. // Copyright (C) 1997 Microsoft Corporation
  2. //
  3. // All header files used by this project; for the purpose of creating a
  4. // pre-compiled header file
  5. //
  6. // 05-18-01 lucios
  7. //
  8. // This file must be named with a .hxx extension due to some weird and
  9. // inscrutible requirement of BUILD.
  10. #ifndef HEADERS_HXX_INCLUDED
  11. #define HEADERS_HXX_INCLUDED
  12. #include <comdef.h>
  13. #include <stdio.h>
  14. // CODEWORK: Need this until throws are removed.
  15. #pragma warning (disable: 4702)
  16. // we frequently use constant conditional expressions: do/while(0), etc.
  17. #pragma warning (disable: 4127)
  18. #pragma hdrstop
  19. #endif // HEADERS_HXX_INCLUDED