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.

30 lines
657 B

  1. #if !defined(AUTOUTIL__StdAfx_h__INCLUDED)
  2. #define AUTOUTIL__StdAfx_h__INCLUDED
  3. #pragma once
  4. #if !defined(WIN32_LEAN_AND_MEAN)
  5. #define WIN32_LEAN_AND_MEAN
  6. #endif
  7. #if !defined(_WIN32_WINNT)
  8. #define _WIN32_WINNT 0x0500 // Only compile for NT5
  9. #endif
  10. #include <nt.h> // NtQuerySystemInformation()
  11. #include <ntrtl.h>
  12. #include <nturtl.h>
  13. #include <windows.h>
  14. #include <CommCtrl.h>
  15. #include <atlbase.h>
  16. #include <stdio.h> // Get _vsnprintf
  17. #include <signal.h>
  18. #include <imagehlp.h>
  19. #include <stdio.h>
  20. #include <stdarg.h>
  21. #include <AutoUtil.h>
  22. #endif // !defined(AUTOUTIL__StdAfx_h__INCLUDED)