projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54b65e0
)
Undef a conflicting symbol in Windows.
author
Karl Schultz
<kschultz@freedesktop.org>
Wed, 29 Mar 2006 03:42:32 +0000
(
03:42
+0000)
committer
Karl Schultz
<kschultz@freedesktop.org>
Wed, 29 Mar 2006 03:42:32 +0000
(
03:42
+0000)
progs/demos/reflect.c
patch
|
blob
|
history
diff --git
a/progs/demos/reflect.c
b/progs/demos/reflect.c
index 1a4504175fd5686b3d8d7482165f9c43d144a124..ce0239211fff68dffdf536a57d4770f440d19a91 100644
(file)
--- 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() */