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.

37 lines
596 B

  1. #ifndef _STDINC_H_
  2. #define _STDINC_H_
  3. //
  4. // disables a browser info warning that breaks the build
  5. //
  6. #pragma warning (disable:4786)
  7. //
  8. // disables redundant warning about / in // comments
  9. //
  10. #pragma warning (disable:4010)
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif
  14. #include <nt.h>
  15. #include <ntrtl.h>
  16. #include <nturtl.h>
  17. #include <windows.h>
  18. #include <randfail.h>
  19. #ifdef __cplusplus
  20. };
  21. #endif
  22. #include <smartptr.h>
  23. #include <cpool.h>
  24. #include <xmemwrpr.h>
  25. #include <nntpcons.h>
  26. #include "gcache.h"
  27. #include "cbuffer.h"
  28. #pragma hdrstop
  29. #endif // _STDINC_H_