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.

17 lines
378 B

  1. #pragma once
  2. #define STRICT
  3. #ifndef _WIN32_WINNT
  4. #define _WIN32_WINNT 0x0400
  5. #endif
  6. #define _ATL_APARTMENT_THREADED
  7. #include <atlbase.h>
  8. //You may derive a class from CComModule and use it if you want to override
  9. //something, but do not change the name of _Module
  10. extern CComModule _Module;
  11. #include <atlcom.h>
  12. #include <ComDef.h>
  13. //{{AFX_INSERT_LOCATION}}