set _WIN32_WINNT to 0x0601 in stdafx.h

This commit is contained in:
aliaspider 2018-03-23 22:54:12 +01:00
parent 3fbb340450
commit f94e9b1e74
7 changed files with 19 additions and 10 deletions

View file

@ -20,7 +20,7 @@
// NOTE: Apologies for the quality of this code, this is really from pre-opensource Dolphin - that is, 2003.
// It's improving slowly, though. :)
#include "stdafx.h"
#include "Common/CommonWindows.h"
#include "Common/KeyMap.h"
#include "Common/OSVersion.h"