StdAfx.h
资源名称:163_com.rar [点击查看]
上传用户:lmxny16666
上传日期:2021-03-03
资源大小:16k
文件大小:2k
源码类别:
Email服务器
开发平台:
Visual C++
- // stdafx.h : include file for standard system include files,
- // or project specific include files that are used frequently, but
- // are changed infrequently
- //
- #if !defined(AFX_STDAFX_H__A967C30F_F7BF_45A6_9DDB_73490BD63060__INCLUDED_)
- #define AFX_STDAFX_H__A967C30F_F7BF_45A6_9DDB_73490BD63060__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
- #include <afxwin.h> // MFC core and standard components
- #include <afxext.h> // MFC extensions
- #ifndef _AFX_NO_OLE_SUPPORT
- #include <afxole.h> // MFC OLE classes
- #include <afxodlgs.h> // MFC OLE dialog classes
- #include <afxdisp.h> // MFC Automation classes
- #endif // _AFX_NO_OLE_SUPPORT
- #ifndef _AFX_NO_DB_SUPPORT
- #include <afxdb.h> // MFC ODBC database classes
- #endif // _AFX_NO_DB_SUPPORT
- #ifndef _AFX_NO_DAO_SUPPORT
- #include <afxdao.h> // MFC DAO database classes
- #endif // _AFX_NO_DAO_SUPPORT
- #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
- #ifndef _AFX_NO_AFXCMN_SUPPORT
- #include <afxcmn.h> // MFC support for Windows Common Controls
- #endif // _AFX_NO_AFXCMN_SUPPORT
- #include <oledb.h>
- #define __USE_BIZDLL _declspec ( dllexport )
- #pragma comment(lib, "ws2_32.lib")
- #pragma comment(lib, "wininet.lib")
- #include "request.h"
- #include "wtstring.h"
- #include "wtfile.h"
- #include <io.h>
- #ifdef _DEBUG
- #pragma comment(lib,"wtfiled.lib")
- #pragma comment(lib,"wtnetd.lib")
- #else
- #pragma comment(lib,"wtnet.lib")
- #pragma comment(lib,"wtfile.lib")
- #endif
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_STDAFX_H__A967C30F_F7BF_45A6_9DDB_73490BD63060__INCLUDED_)