Initial MSVC 2008 projects workspace

This commit is contained in:
alexey.min
2012-02-01 05:25:08 +00:00
commit 03de3bdc95
1446 changed files with 476853 additions and 0 deletions

20
l2detect/targetver.h Normal file
View File

@@ -0,0 +1,20 @@
#ifndef H_TARGETVER
#define H_TARGETVER
#ifndef WINVER
#define WINVER 0x0501 // WinXP
#endif
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0501 // WinXP
#endif
#ifndef _WIN32_WINDOWS
#define _WIN32_WINDOWS 0x0410 // Win98
#endif
#ifndef _WIN32_IE
#define _WIN32_IE 0x0600 // IE6
#endif
#endif /* H_TARGETVER */