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:
dhewg 2011-12-08 01:29:57 +01:00
parent 5dcf5389fa
commit 541f8f967a

View file

@ -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;