PmBridge SDK  2.7.0
PMBRIDGE SDK Interface
 All Files Functions Macros Groups
C:/projects/romexis/c/JPmBridge/StdAfx.h
Go to the documentation of this file.
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 #if !defined(AFX_STDAFX_H__2005697C_30A4_48BE_9D7E_AB0AF842834C__INCLUDED_)
7 #define AFX_STDAFX_H__2005697C_30A4_48BE_9D7E_AB0AF842834C__INCLUDED_
8 
9 /* moved to *.cpp file
10 #if _MSC_VER > 1000
11 #pragma once
12 #endif // _MSC_VER > 1000
13 */
14 
15 // Insert your headers here
16 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
17 
18 #include <afx.h> // MKH 2009-07
19 //#include <windows.h>
20 //#include <afxwin.h> // MFC core and standard components
21 #include <afxext.h> // MFC extensions
22 //#include <afxdisp.h> // MFC Automation classes
23 //#include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
24 
25 
26 #include <atlbase.h> // MKH 2009
27 
28 
29 // TODO: reference additional headers your program requires here
30 
31 //{{AFX_INSERT_LOCATION}}
32 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
33 
34 #endif // !defined(AFX_STDAFX_H__2005697C_30A4_48BE_9D7E_AB0AF842834C__INCLUDED_)