- Timestamp:
- Sep 2, 2015, 12:33:58 PM (7 years ago)
- Location:
- trunk/Utilities/Miscellaneous/ConstantSpecialItems
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/Miscellaneous/ConstantSpecialItems
- Property svn:ignore
-
old new 1 1 *.suo 2 2 *.user 3 _Bin
-
- Property svn:ignore
-
trunk/Utilities/Miscellaneous/ConstantSpecialItems/stdafx.h
r158 r502 1 1 //////////////////////////////////////////////////////////// 2 // Copyright (C) Roman Ryltsov, 2008-20 092 // Copyright (C) Roman Ryltsov, 2008-2015 3 3 // Created by Roman Ryltsov roman@alax.info 4 //5 // $Id: stdafx.h 144 2009-06-21 10:58:12Z alax $6 4 7 5 #pragma once 8 6 9 // Modify the following defines if you have to target a platform prior to the ones specified below. 10 // Refer to MSDN for the latest info on corresponding values for different platforms. 11 #ifndef WINVER // Allow use of features specific to Windows XP or later. 12 #define WINVER 0x0501 // Change this to the appropriate value to target other versions of Windows. 13 #endif 14 15 #ifndef _WIN32_WINNT // Allow use of features specific to Windows XP or later. 16 #define _WIN32_WINNT 0x0501 // Change this to the appropriate value to target other versions of Windows. 17 #endif 18 19 #ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later. 20 #define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later. 21 #endif 22 23 #ifndef _WIN32_IE // Allow use of features specific to IE 6.0 or later. 24 #define _WIN32_IE 0x0600 // Change this to the appropriate value to target other versions of IE. 25 #endif 7 #include <sdkddkver.h> 26 8 27 9 #include <stdio.h> 28 10 #include <tchar.h> 29 11 30 31 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit 12 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS 32 13 33 14 #include <atlbase.h> 34 15 #include <atlstr.h> 35 36 // TODO: reference additional headers your program requires here
Note: See TracChangeset
for help on using the changeset viewer.