Last change
on this file was
366,
checked in by roman, 9 years ago
|
Sample code, 1.0.3 (current, trunk) and older versions
|
File size:
614 bytes
|
Line | |
---|
1 | //////////////////////////////////////////////////////////// |
---|
2 | // Copyright (C) Roman Ryltsov, 2008-2011 |
---|
3 | // Created by Roman Ryltsov roman@alax.info |
---|
4 | // |
---|
5 | // $Id: stdafx.h 1387 2015-02-28 11:30:21Z 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 | #define ATLENSURE_SUCCEEDED(x) { const HRESULT nResult = (x); ATLENSURE_THROW(SUCCEEDED(nResult), nResult); } |
---|
17 | |
---|
18 | #include <atlbase.h> |
---|
19 | #include <atlstr.h> |
---|
20 | |
---|
21 | // TODO: reference additional headers your program requires here |
---|
Note: See
TracBrowser
for help on using the repository browser.