00001
00002
00003
00004
00005
00006 #ifndef __STDAFX_H__
00007 #define __STDAFX_H__
00008
00009 #if _MSC_VER > 1000
00010 #pragma once
00011 #endif // _MSC_VER > 1000
00012
00013 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
00014
00015 #include <afxwin.h>
00016 #include <afxext.h>
00017 #include <afxdtctl.h>
00018 #ifndef _AFX_NO_AFXCMN_SUPPORT
00019 #include <afxcmn.h>
00020 #endif // _AFX_NO_AFXCMN_SUPPORT
00021
00022 #include <afxsock.h>
00023
00024 #include "types.h"
00025
00026
00027
00028
00029 #endif // __STDAFX_H__