STDAFX.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. #if !defined(STDAFX_H__012F24C9_35B0_11D0_BF2D_0000E8D0D146__INCLUDED_)
  2. #define STDAFX_H__012F24C9_35B0_11D0_BF2D_0000E8D0D146__INCLUDED_
  3. // stdafx.h : include file for standard system include files,
  4. //      or project specific include files that are used frequently,
  5. //      but are changed infrequently
  6. //
  7. // This is a part of the Active Template Library.
  8. // Copyright (C) 1996-1998 Microsoft Corporation
  9. // All rights reserved.
  10. //
  11. // This source code is only intended as a supplement to the
  12. // Active Template Library Reference and related
  13. // electronic documentation provided with the library.
  14. // See these sources for detailed information regarding the
  15. // Active Template Library product.
  16. #define STRICT
  17. #include <atlbase.h>
  18. //You may derive a class from CComModule and use it if you want to override
  19. //something, but do not change the name of _Module
  20. extern CComModule _Module;
  21. #include <atlcom.h>
  22. #include <atlctl.h>
  23. //{{AFX_INSERT_LOCATION}}
  24. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  25. #endif // !defined(STDAFX_H__012F24C9_35B0_11D0_BF2D_0000E8D0D146__INCLUDED)