From b041ea7e6d4cc96eb5e28dcca014e1bcfd691f25 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 5 Oct 2010 17:08:49 +0000 Subject: [PATCH] use generic dxerr, it's more broadly available --- panda/src/dxgsg9/dxgsg9base.h | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/dxgsg9/dxgsg9base.h b/panda/src/dxgsg9/dxgsg9base.h index 7eeee0eb31..8ca7d5559a 100755 --- a/panda/src/dxgsg9/dxgsg9base.h +++ b/panda/src/dxgsg9/dxgsg9base.h @@ -34,6 +34,7 @@ #include #include +#define USE_GENERIC_DXERR_LIBRARY 1 #ifdef USE_GENERIC_DXERR_LIBRARY #include #define DX_GET_ERROR_STRING_FUNC DXGetErrorString