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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 43 - (hide annotations) (download)
Sun Feb 4 20:11:41 2007 UTC (17 years, 4 months ago) by torben
File MIME type: text/plain
File size: 833 byte(s)
Branched my test-program for making the Serial class hierachy work with linux.


1 torben 38 // 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    
9     #include <iostream>
10     #include <tchar.h>
11     #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
12    
13     #ifndef VC_EXTRALEAN
14     #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
15     #endif
16    
17     #include <afx.h>
18     #include <afxwin.h> // MFC core and standard components
19     #include <afxext.h> // MFC extensions
20     #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
21     #ifndef _AFX_NO_AFXCMN_SUPPORT
22     #include <afxcmn.h> // MFC support for Windows Common Controls
23     #endif // _AFX_NO_AFXCMN_SUPPORT
24    
25    
26     // TODO: reference additional headers your program requires here

  ViewVC Help
Powered by ViewVC 1.1.20