diff options
author | Karl Schultz <[email protected]> | 2002-01-16 00:48:43 +0000 |
---|---|---|
committer | Karl Schultz <[email protected]> | 2002-01-16 00:48:43 +0000 |
commit | 164ce1220232e03660633e16681737782c73059e (patch) | |
tree | 31ff2ee201ee8063f60e7adb5fabdf35683d5efc /progs/demos/paltex.c | |
parent | 83356781e104cea412da9bd6d1127b56e0d7a6c4 (diff) |
Demo updates for Windows (Robert Bergkvist)
Diffstat (limited to 'progs/demos/paltex.c')
-rw-r--r-- | progs/demos/paltex.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/progs/demos/paltex.c b/progs/demos/paltex.c index aabb47bbc0d..d37538bcf43 100644 --- a/progs/demos/paltex.c +++ b/progs/demos/paltex.c @@ -1,4 +1,4 @@ -/* $Id: paltex.c,v 1.6 2000/10/05 07:17:43 joukj Exp $ */ +/* $Id: paltex.c,v 1.7 2002/01/16 00:48:43 kschultz Exp $ */ /* * Paletted texture demo. Written by Brian Paul. @@ -9,6 +9,9 @@ #include <stdlib.h> #include <math.h> #include <string.h> +#ifdef _WIN32 +#include <windows.h> +#endif #define GL_GLEXT_LEGACY #include <GL/glut.h> |