Eliminate warnings with VS2012 + Win8 SDK

This commit is contained in:
Thomas Goyne 2013-10-22 07:45:23 -07:00
parent d3247d16fb
commit 8367f9960c
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@
#define _CRT_SECURE_NO_WARNINGS
#endif
// Ensure we get a consistent SDK with VS2012 + Win8 SDK
#define _USING_V110_SDK71_ 1
#include "config.h"
#include "../libaegisub/lagi_pre.h"