Initial MSVC 2008 projects workspace
This commit is contained in:
12
L2Detect_starter/targetver.h
Normal file
12
L2Detect_starter/targetver.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
// WinXP
|
||||
|
||||
#ifndef WINVER
|
||||
#define WINVER 0x0501
|
||||
#endif
|
||||
|
||||
#ifndef _WIN32_WINNT
|
||||
#define _WIN32_WINNT 0x0501
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user