StdAfx.h
上传用户:lianquan
上传日期:2007-01-02
资源大小:197k
文件大小:1k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. // stdafx.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(AFX_STDAFX_H__556C55A4_4F26_11D2_A93C_EE91CF000000__INCLUDED_)
  5. #define AFX_STDAFX_H__556C55A4_4F26_11D2_A93C_EE91CF000000__INCLUDED_
  6. #if _MSC_VER >= 1000
  7. #pragma once
  8. #endif // _MSC_VER >= 1000
  9. #define STRICT
  10. #define _WIN32_WINNT 0x0400
  11. #define _ATL_APARTMENT_THREADED
  12. #include <afxwin.h>
  13. #include <afxtempl.h>
  14. #include <afxmt.h>
  15. #include <atlbase.h>
  16. //You may derive a class from CComModule and use it if you want to override
  17. //something, but do not change the name of _Module
  18. class CExeModule : public CComModule
  19. {
  20. public:
  21. LONG Unlock();
  22. DWORD dwThreadID;
  23. };
  24. extern CExeModule _Module;
  25. #include <atlcom.h>
  26. //{{AFX_INSERT_LOCATION}}
  27. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  28. #endif // !defined(AFX_STDAFX_H__556C55A4_4F26_11D2_A93C_EE91CF000000__INCLUDED)