mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-01-18 23:42:26 +00:00
Fix typo in define
Gets rid of the warning: XTRHEADS not defined -- this libXNVCtrl.a will not be thread safe!
This commit is contained in:
parent
5dcf5389fa
commit
541f8f967a
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
|||
#include "NVCtrlLib.h"
|
||||
#include "nv_control.h"
|
||||
|
||||
#if !defined(XTRHEADS)
|
||||
#warning XTRHEADS not defined -- this libXNVCtrl.a will not be thread safe!
|
||||
#if !defined(XTHREADS)
|
||||
#warning XTHREADS not defined -- this libXNVCtrl.a will not be thread safe!
|
||||
#endif
|
||||
|
||||
static XExtensionInfo _nvctrl_ext_info_data;
|
||||
|
|
Loading…
Reference in a new issue