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.

13 lines
222 B

  1. #ifndef _KIMXATL_H_
  2. #define _KIMXATL_H_
  3. #define _ATL_FREE_THREADED
  4. #define _ATL_STATIC_REGISTRY
  5. #include <atlbase.h>
  6. extern CComModule _Module;
  7. #include <atlcom.h>
  8. #include "atlsub.h"
  9. #endif //_KIMXATL_H_