l2-unlegits/L2Detect_starter/targetver.h
2012-02-01 05:25:08 +00:00

13 lines
138 B
C

#pragma once
// WinXP
#ifndef WINVER
#define WINVER 0x0501
#endif
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0501
#endif