Fixing the vs2010 directx building error

This commit is contained in:
xueyouchao 2015-12-28 23:51:06 -05:00
parent 7c102d6d6d
commit 8bc58e5a8d
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ typedef interface IDXGIDevice1 IDXGIDevice1;
#include "oaidl.h" #include "oaidl.h"
#include "ocidl.h" #include "ocidl.h"
#include "dxgitype.h" #include "dxgitype.h"
#include "d3dcommon.h"
#ifdef __cplusplus #ifdef __cplusplus
extern "C"{ extern "C"{