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.

39 lines
783 B

  1. // stdafx.h : include file for standard system include files,
  2. // or project specific include files that are used frequently,
  3. // but are changed infrequently
  4. #ifndef _STDAFX_H
  5. #define _STDAFX_H
  6. #undef _WIN32_WINNT
  7. #define _WIN32_WINNT 0x0500
  8. #undef _WIN32_IE
  9. #define _WIN32_IE 0x0500
  10. //
  11. // These NT header files must be included before any Win32 stuff or you
  12. // get lots of compiler errors
  13. //
  14. extern "C" {
  15. #include <nt.h>
  16. }
  17. extern "C" {
  18. #include <ntrtl.h>
  19. }
  20. extern "C" {
  21. #include <nturtl.h>
  22. }
  23. #include <rpdata.h>
  24. #undef ASSERT
  25. #define VC_EXTRALEAN
  26. #include <afx.h>
  27. #include <afxwin.h>
  28. #include <atlbase.h>
  29. #include "resource.h"
  30. #include "rsopt.h"
  31. #include "rstrace.h"
  32. #include "rscln.h"
  33. #include "rscln2.h"
  34. #endif // _STDAFX_H