fix compiling with latest DirectX SDK
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@908 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
ed163848f9
commit
2150892ec8
|
@ -2,7 +2,7 @@
|
|||
|
||||
#pragma comment( lib, "d3d9" )
|
||||
#pragma comment( lib, "d3dx9" )
|
||||
#pragma comment( lib, "DxErr9" )
|
||||
#pragma comment( lib, "DxErr" )
|
||||
|
||||
#include "stdafx.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue