mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
USE_GENERIC_DXERR_LIBRARY is better as a configuration parameter
This commit is contained in:
parent
b041ea7e6d
commit
eebf4874b0
@ -34,7 +34,9 @@
|
|||||||
#include <d3d9.h>
|
#include <d3d9.h>
|
||||||
#include <d3dx9.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
|
#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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user