fix compiling with latest DirectX SDK
This commit is contained in:
parent
c790b49221
commit
513d3b3732
|
@ -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