Line | |
---|
1 | //////////////////////////////////////////////////////////// |
---|
2 | // Copyright (C) Roman Ryltsov, 2015 |
---|
3 | // Created by Roman Ryltsov roman@alax.info, http://alax.info |
---|
4 | |
---|
5 | #pragma once |
---|
6 | |
---|
7 | #include "targetver.h" |
---|
8 | |
---|
9 | #include <stdio.h> |
---|
10 | #include <tchar.h> |
---|
11 | |
---|
12 | #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit |
---|
13 | |
---|
14 | #include <atlbase.h> |
---|
15 | #include <atlstr.h> |
---|
16 | |
---|
17 | // TODO: reference additional headers your program requires here |
---|
Note: See
TracBrowser
for help on using the repository browser.