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.

19 lines
572 B

  1. #include "yvals.h"
  2. #pragma warning(disable:4511) /* copy constructor could not be generated */
  3. #pragma warning(disable:4663) /* template syntax change for explicit specification */
  4. #undef _ATL_STATIC_REGISTRY
  5. #if !defined(UNICODE)
  6. #define UNICODE
  7. #endif
  8. #include "nt.h"
  9. #include "ntrtl.h"
  10. #include "nturtl.h"
  11. #include "windows.h"
  12. #include "windows.h"
  13. #include "atlbase.h"
  14. ATL::_ATL_OBJMAP_ENTRY* GetObjectMap();
  15. ATL::CComModule* GetModule();
  16. #define GetComModule GetModule
  17. #define _Module (*GetModule())
  18. #include "atlcom.h"
  19. #define NUMBER_OF(x) (sizeof(x)/sizeof((x)[0]))