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.

35 lines
595 B

  1. #ifndef _STDAFX_H
  2. #define _STDAFX_H
  3. #define _ATL_APARTMENT_THREADED
  4. #include <atlbase.h>
  5. #include <shellapi.h>
  6. #include <commctrl.h>
  7. extern CComModule _Module;
  8. #include <atlcom.h>
  9. #include <atlhost.h>
  10. #include <atlwin.h>
  11. #include <atldlgs.h>
  12. #include <atlctl.h>
  13. #include <atlctrls.h>
  14. #include "resource.h"
  15. #include <icomponentimpl.h>
  16. #include <isetup.h>
  17. #include <propguid.h>
  18. extern const IID LIBID_MpLib;
  19. extern const CLSID CLSID_ComMpComponent;
  20. extern const ModuleID CartmanMpComponentID;
  21. extern const VersionID MpVersionID;
  22. #endif // _STDAFX_H