Browse Source

USE_GENERIC_DXERR_LIBRARY is better as a configuration parameter

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

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

@@ -34,7 +34,9 @@
 #include <d3d9.h>
 #include <d3dx9.h>
 
-#define USE_GENERIC_DXERR_LIBRARY 1
+// This symbol is defined (or not defined) in Config.pp.
+//#define USE_GENERIC_DXERR_LIBRARY 1
+
 #ifdef USE_GENERIC_DXERR_LIBRARY
 #include <dxerr.h>
 #define DX_GET_ERROR_STRING_FUNC DXGetErrorString