mirror of https://github.com/snes9xgit/snes9x.git
Fix building in VS2015
This commit is contained in:
parent
b483f593b0
commit
75d3ac2a1b
|
@ -32,6 +32,7 @@
|
|||
//#include <d3d11_1.h>
|
||||
|
||||
#if !defined(WINAPI_FAMILY) || WINAPI_FAMILY != WINAPI_FAMILY_PHONE_APP
|
||||
#include <d2d1.h>
|
||||
#include <wincodec.h>
|
||||
#include <d2derr.h>
|
||||
#include <dwrite.h>
|
||||
|
|
Loading…
Reference in New Issue