Files
oboe/src/BoE.vsproj/targetver.h
Celtic Minstrel b11199d7d9 Set up a Visual Studio project and tweak things until it compiles
- It doesn't link yet, but that was expected
- Fixed some issues with global variables having different types in different files.
2014-12-29 14:52:54 -05:00

7 lines
156 B
C

#pragma once
// This ensures functions unavailable in Windows XP will not be available at compile time
#define _WIN32_WINNT 0x0601
#include <SDKDDKVer.h>