/[H7]/branches/linux-serial/stdafx.h
ViewVC logotype

Contents of /branches/linux-serial/stdafx.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 49 - (show annotations) (download)
Mon Feb 5 07:06:43 2007 UTC (17 years, 3 months ago) by torben
File MIME type: text/plain
File size: 854 byte(s)
Test against the correct #define macro (_WINDOWS -> _MSC_VER)
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
6 #pragma once
7
8 #ifdef _WIN32
9
10 #include <iostream>
11 #include <tchar.h>
12 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
13
14 #ifndef VC_EXTRALEAN
15 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
16 #endif
17
18 #include <afx.h>
19 #include <afxwin.h> // MFC core and standard components
20 #include <afxext.h> // MFC extensions
21 #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
22 #ifndef _AFX_NO_AFXCMN_SUPPORT
23 #include <afxcmn.h> // MFC support for Windows Common Controls
24 #endif // _AFX_NO_AFXCMN_SUPPORT
25
26 #endif
27 // TODO: reference additional headers your program requires here

  ViewVC Help
Powered by ViewVC 1.1.20