Changeset 727
- Timestamp:
- 12/6/2008 2:05:27 AM (5 years ago)
- Location:
- branches/eraser6/ShellExt
- Files:
-
- 1 added
- 2 edited
-
ShellExt.vcproj (modified) (1 diff)
-
stdafx.h (modified) (1 diff)
-
targetver.h (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/ShellExt/ShellExt.vcproj
r723 r727 509 509 > 510 510 </File> 511 <File 512 RelativePath=".\targetver.h" 513 > 514 </File> 511 515 </Filter> 512 516 <Filter -
branches/eraser6/ShellExt/stdafx.h
r721 r727 22 22 #pragma once 23 23 24 //Eraser targets XP and above. 25 #ifndef WINVER 26 #define WINVER 0x0501 27 #endif 28 #ifndef _WIN32_WINNT 29 #define _WIN32_WINNT 0x0501 30 #endif 31 #ifndef _WIN32_IE 32 #define _WIN32_IE 0x0700 33 #endif 34 35 #ifndef STRICT 36 #define STRICT 37 #endif 24 #include "targetver.h" 38 25 39 26 #define _ATL_APARTMENT_THREADED
Note: See TracChangeset
for help on using the changeset viewer.
