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.

52 lines
1.4 KiB

  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. #if !defined(AFX_STDAFX_H__7705A854_5A8D_48E4_8E5D_E7209E726836__INCLUDED)
  5. #define AFX_STDAFX_H__7705A854_5A8D_48E4_8E5D_E7209E726836__INCLUDED
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #define STRICT
  10. #ifndef _WIN32_WINNT
  11. #define _WIN32_WINNT 0x0501
  12. #endif
  13. #define _ATL_APARTMENT_THREADED
  14. #include <windows.h>
  15. #include <ctype.h>
  16. #define DISALLOW_Assert // Force to use ASSERT instead of Assert
  17. #define DISALLOW_DebugMsg // Force to use TraceMsg instead of DebugMsg
  18. #include <debug.h>
  19. #include <ccstock.h>
  20. #include <shlguid.h>
  21. #include <shlobj.h>
  22. #include <shlobjp.h>
  23. #include <commctrl.h>
  24. #include <comctrlp.h> // HDPA
  25. #include <shlwapi.h>
  26. #include <shlwapip.h>
  27. #include <shfusion.h>
  28. #include <nusrmgr.h> // our IDL generated header file
  29. extern DWORD g_tlsAppCommandHook;
  30. #include <atlbase.h>
  31. //You may derive a class from CComModule and use it if you want to override
  32. //something, but do not change the name of _Module
  33. extern CComModule _Module;
  34. #include <atlcom.h>
  35. #include <atlhost.h>
  36. #include <atlwin.h>
  37. #include <exdisp.h>
  38. #include <atlctl.h>
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_STDAFX_H__7705A854_5A8D_48E4_8E5D_E7209E726836__INCLUDED)