| Revision 688,
693 bytes
checked in by lowjoel, 4 years ago
(diff) |
|
I hate this min/max macros.
|
| Line | |
|---|
| 1 | // stdafx.h : include file for standard system include files, |
|---|
| 2 | // or project specific include files that are used frequently, |
|---|
| 3 | // but are changed infrequently |
|---|
| 4 | |
|---|
| 5 | #pragma once |
|---|
| 6 | |
|---|
| 7 | #ifndef STRICT |
|---|
| 8 | #define STRICT |
|---|
| 9 | #endif |
|---|
| 10 | |
|---|
| 11 | #include "targetver.h" |
|---|
| 12 | |
|---|
| 13 | #define _ATL_APARTMENT_THREADED |
|---|
| 14 | #define _ATL_NO_AUTOMATIC_NAMESPACE |
|---|
| 15 | |
|---|
| 16 | #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit |
|---|
| 17 | |
|---|
| 18 | #include <afxwin.h> |
|---|
| 19 | #ifndef _AFX_NO_OLE_SUPPORT |
|---|
| 20 | #include <afxdisp.h> // MFC Automation classes |
|---|
| 21 | #endif // _AFX_NO_OLE_SUPPORT |
|---|
| 22 | |
|---|
| 23 | #include <comsvcs.h> |
|---|
| 24 | |
|---|
| 25 | #include "resource.h" |
|---|
| 26 | #include <atlbase.h> |
|---|
| 27 | #include <atlcom.h> |
|---|
| 28 | #include <atlctl.h> |
|---|
| 29 | #undef max |
|---|
| 30 | using namespace ATL; |
|---|
Note: See
TracBrowser
for help on using the repository browser.