StdAfx.h
上传用户:kklily621
上传日期:2013-06-25
资源大小:252k
文件大小:1k
开发平台:

Visual C++

  1. // stdafx.h : include file for standard system include files,
  2. //  or project specific include files that are used frequently, but
  3. //      are changed infrequently
  4. //
  5. #if !defined(AFX_STDAFX_H__439295AD_B682_4F1F_9A8F_D34BCB2207C5__INCLUDED_)
  6. #define AFX_STDAFX_H__439295AD_B682_4F1F_9A8F_D34BCB2207C5__INCLUDED_
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  11. //Setting->Link->output->entrys->wWinMainCRTStartup
  12. //#define UNICODE
  13. //#define _UNICODE
  14. #include <afxwin.h>         // MFC core and standard components
  15. #include <afxext.h>         // MFC extensions
  16. #include <afxdisp.h>        // MFC Automation classes
  17. #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
  18. #ifndef _AFX_NO_AFXCMN_SUPPORT
  19. #include <afxcmn.h> // MFC support for Windows Common Controls
  20. #endif // _AFX_NO_AFXCMN_SUPPORT
  21. #include <ras.h>
  22. #include <afxinet.h>
  23. #include <ws2spi.h>
  24. #include <io.h> // to use access function
  25. #include "..libhtmlhelp.h"
  26. #include "..commonxfile.h"
  27. //{{AFX_INSERT_LOCATION}}
  28. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  29. #endif // !defined(AFX_STDAFX_H__439295AD_B682_4F1F_9A8F_D34BCB2207C5__INCLUDED_)