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.

25 lines
804 B

  1. #undef _ATL_STATIC_REGISTRY
  2. #if !defined(UNICODE)
  3. #define UNICODE
  4. #endif
  5. #include "nt.h"
  6. #include "ntrtl.h"
  7. #include "nturtl.h"
  8. #if defined(ASSERT)
  9. #undef ASSERT
  10. #endif
  11. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  12. #include "afxwin.h" // MFC core and standard components
  13. #include "afxext.h" // MFC extensions
  14. #include "afxdisp.h" // MFC Automation classes
  15. #include "afxdtctl.h" // MFC support for Internet Explorer 4 Common Controls
  16. #ifndef _AFX_NO_AFXCMN_SUPPORT
  17. #include "afxcmn.h" // MFC support for Windows Common Controls
  18. #endif // _AFX_NO_AFXCMN_SUPPORT
  19. #include "windows.h"
  20. #include "atlbase.h"
  21. ATL::CComModule* GetModule();
  22. #define _Module (*GetModule())
  23. #include "atlcom.h"
  24. #include "atlbase.h"
  25. #define NUMBER_OF(x) (sizeof(x)/sizeof((x)[0]))