diff options
Diffstat (limited to 'cppe/demo/IceE/chat/stdafx.h')
-rw-r--r-- | cppe/demo/IceE/chat/stdafx.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cppe/demo/IceE/chat/stdafx.h b/cppe/demo/IceE/chat/stdafx.h index 64165af5a41..7316cf46505 100644 --- a/cppe/demo/IceE/chat/stdafx.h +++ b/cppe/demo/IceE/chat/stdafx.h @@ -51,21 +51,21 @@ #endif // _WIN32_WCE #ifndef VC_EXTRALEAN -#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers +#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers #endif #include <afxwin.h> // MFC core and standard components #include <afxext.h> // MFC extensions #if defined(_WIN32_WCE) && (_WIN32_WCE >= 211) && (_AFXDLL) -#include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls +#include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls #endif #ifndef _AFX_NO_AFXCMN_SUPPORT -#include <afxcmn.h> // MFC support for Windows Common Controls +#include <afxcmn.h> // MFC support for Windows Common Controls #endif // _AFX_NO_AFXCMN_SUPPORT -#include <afxsock.h> // MFC socket extensions +#include <afxsock.h> // MFC socket extensions //{{AFX_INSERT_LOCATION}} // Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line. |