Browse Source

use generic dxerr, it's more broadly available

David Rose 15 years ago
parent
commit
b041ea7e6d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/dxgsg9/dxgsg9base.h

+ 1 - 0
panda/src/dxgsg9/dxgsg9base.h

@@ -34,6 +34,7 @@
 #include <d3d9.h>
 #include <d3d9.h>
 #include <d3dx9.h>
 #include <d3dx9.h>
 
 
+#define USE_GENERIC_DXERR_LIBRARY 1
 #ifdef USE_GENERIC_DXERR_LIBRARY
 #ifdef USE_GENERIC_DXERR_LIBRARY
 #include <dxerr.h>
 #include <dxerr.h>
 #define DX_GET_ERROR_STRING_FUNC DXGetErrorString
 #define DX_GET_ERROR_STRING_FUNC DXGetErrorString