forked from mia/Aegisub
Eliminate warnings with VS2012 + Win8 SDK
This commit is contained in:
parent
d3247d16fb
commit
8367f9960c
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue