st/glx: Do not undefine _R, _G, and _B.

Fixes build error on Cygwin and Solaris. _R, _G, and _B are used in
ctype.h on those platforms.

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Vinson Lee 2012-06-17 22:07:28 -07:00
parent 8ae93c68ea
commit d1acae2bdc
1 changed files with 0 additions and 3 deletions

View File

@ -37,9 +37,6 @@
/* Some debugging info. */
#ifdef DEBUG
#undef _R
#undef _G
#undef _B
#include <ctype.h>
int debug_xfonts = 0;