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