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.

55 lines
1.1 KiB

  1. // stdatl.h : include file for standard system include files,
  2. // or project specific include files that are used frequently,
  3. // but are changed infrequently
  4. #if !defined(_STDATL_H__INCLUDED_)
  5. #define _STDATL_H__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. //#define STRICT
  10. #ifndef _WIN32_WINNT
  11. #define _WIN32_WINNT 0x0400
  12. #endif
  13. #define _ATL_MIN_CRT
  14. #define _ATL_APARTMENT_THREADED
  15. #include <atlbase.h>
  16. extern CComModule _Module;
  17. #include <atlcom.h>
  18. #include <atlwin.h>
  19. #include <atlhost.h>
  20. #include <atlctl.h>
  21. #include <comdef.h>
  22. #include <shlobj.h>
  23. #include <exdisp.h>
  24. #include <marscore.h>
  25. //#include <list>
  26. #include <windowsx.h>
  27. #include <commdlg.h>
  28. #include <commctrl.h>
  29. #include <objsafe.h>
  30. // error ids
  31. //#include "clierror.h"
  32. // common config info
  33. //#include "config.h"
  34. //extern CCommonConfig g_ccCommonConfig;
  35. //{{AFX_INSERT_LOCATION}}
  36. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  37. #endif // !defined(_STDATL_H__INCLUDED)