Source code of Windows XP (NT5)
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.

51 lines
1.0 KiB

  1. #if !defined(AFX_STDAFX_H__7586B344_EC08_11D0_A466_00C04FC30DF6__INCLUDED_)
  2. #define AFX_STDAFX_H__7586B344_EC08_11D0_A466_00C04FC30DF6__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. #define STRICT
  7. #define DWERROR ((DWORD) -1)
  8. #ifndef WIN9X
  9. #include <nt.h>
  10. #include <ntrtl.h>
  11. #include <nturtl.h>
  12. #endif
  13. #include <windows.h>
  14. #include <winspool.h>
  15. #include <shellapi.h>
  16. #include <shlobj.h>
  17. #include <wininet.h>
  18. #include <spllib.hxx>
  19. #include <oaidl.h>
  20. #include <winsnmp.h>
  21. #include <snmp.h>
  22. #include <mgmtapi.h>
  23. #include "resource.h"
  24. #include "util.h"
  25. #include <atlbase.h>
  26. extern CComModule _Module;
  27. #include <atlcom.h>
  28. #include <atlctl.h>
  29. #include <clusapi.h>
  30. #include "prnsec.h" // Printer Ole Security Defined Here
  31. #include "gensph.h" // Smart Pointers and Handles
  32. //{{AFX_INSERT_LOCATION}}
  33. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  34. #endif // !defined(AFX_STDAFX_H__7586B344_EC08_11D0_A466_00C04FC30DF6__INCLUDED)