Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
stdafx.h
Go to the documentation of this file.
1 
2 // stdafx.h : include file for standard system include files,
3 // or project specific include files that are used frequently,
4 // but are changed infrequently
5 
6 #pragma once
7 
8 #ifndef _SECURE_ATL
9 #define _SECURE_ATL 1
10 #endif
11 
12 #ifndef VC_EXTRALEAN
13 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
14 #endif
15 
16 #include "targetver.h"
17 
18 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
19 
20 // turns off MFC's hiding of some common and often safely ignored warning messages
21 #define _AFX_ALL_WARNINGS
22 
23 #include <afxwin.h> // MFC core and standard components
24 #include <afxext.h> // MFC extensions
25 
26 
27 
28 
29 
30 #ifndef _AFX_NO_OLE_SUPPORT
31 #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
32 #endif
33 #ifndef _AFX_NO_AFXCMN_SUPPORT
34 #include <afxcmn.h> // MFC support for Windows Common Controls
35 #endif // _AFX_NO_AFXCMN_SUPPORT
36 
37 #include <afxcontrolbars.h> // MFC support for ribbons and control bars
38 
39 
40 
41 
42 
43 
44 
45 
46 
47 
48