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:
spacy51 2009-09-18 18:45:35 +00:00
parent ed163848f9
commit 2150892ec8
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#pragma comment( lib, "d3d9" ) #pragma comment( lib, "d3d9" )
#pragma comment( lib, "d3dx9" ) #pragma comment( lib, "d3dx9" )
#pragma comment( lib, "DxErr9" ) #pragma comment( lib, "DxErr" )
#include "stdafx.h" #include "stdafx.h"