source:
trunk/Utilities/Miscellaneous/StaticConstructor/stdafx.h
Last change on this file was 219, checked in by , 10 years ago | |
---|---|
File size: 444 bytes |
Line | |
---|---|
1 | //////////////////////////////////////////////////////////// |
2 | // Copyright (C) Roman Ryltsov, 2008-2013 |
3 | // Created by Roman Ryltsov roman@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.