From: Karl Schultz Date: Wed, 29 Mar 2006 03:42:32 +0000 (+0000) Subject: Undef a conflicting symbol in Windows. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b687531f693548afc6d7cf7b5c6fb76926cc0dc9;p=mesa.git Undef a conflicting symbol in Windows. --- diff --git a/progs/demos/reflect.c b/progs/demos/reflect.c index 1a4504175fd..ce0239211ff 100644 --- a/progs/demos/reflect.c +++ b/progs/demos/reflect.c @@ -42,6 +42,9 @@ #define INIT_WIDTH 400 #define INIT_HEIGHT 300 +#ifdef _WIN32 +#undef CreateWindowA +#endif struct window { int id; /* returned by glutCreateWindow() */