From eebf4874b06e9558d2bc193b0ea1ddf24d952d46 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 5 Oct 2010 18:53:51 +0000 Subject: [PATCH] USE_GENERIC_DXERR_LIBRARY is better as a configuration parameter --- panda/src/dxgsg9/dxgsg9base.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/panda/src/dxgsg9/dxgsg9base.h b/panda/src/dxgsg9/dxgsg9base.h index 8ca7d5559a..db17c3bfd9 100755 --- a/panda/src/dxgsg9/dxgsg9base.h +++ b/panda/src/dxgsg9/dxgsg9base.h @@ -34,7 +34,9 @@ #include #include -#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 #define DX_GET_ERROR_STRING_FUNC DXGetErrorString