Undef a conflicting symbol in Windows.

This commit is contained in:
Karl Schultz 2006-03-29 03:42:32 +00:00
parent 54b65e080e
commit b687531f69

View file

@ -42,6 +42,9 @@
#define INIT_WIDTH 400
#define INIT_HEIGHT 300
#ifdef _WIN32
#undef CreateWindowA
#endif
struct window {
int id; /* returned by glutCreateWindow() */