Line | |
---|
1 | //////////////////////////////////////////////////////////// |
---|
2 | // Copyright (C) Roman Ryltsov, 2013 |
---|
3 | // Created by Roman Ryltsov roman@alax.info |
---|
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 | |
---|
15 | #define _ATL_NO_AUTOMATIC_NAMESPACE |
---|
16 | |
---|
17 | #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit |
---|
18 | |
---|
19 | |
---|
20 | #define ATL_NO_ASSERT_ON_DESTROY_NONEXISTENT_WINDOW |
---|
21 | |
---|
22 | #include "resource.h" |
---|
23 | #include <atlbase.h> |
---|
24 | #include <atlcom.h> |
---|
25 | #include <atlctl.h> |
---|
Note: See
TracBrowser
for help on using the repository browser.