summaryrefslogtreecommitdiff
path: root/src/glut/beos/glutbitmap.h
diff options
context:
space:
mode:
authorPhilippe Houdoin <phoudoin@freedesktop.org>2004-08-14 10:27:08 +0000
committerPhilippe Houdoin <phoudoin@freedesktop.org>2004-08-14 10:27:08 +0000
commita041e62418a72f0fd379e50263e1c9d2e6c6bb55 (patch)
tree578847e0704507461122c73f5fff867e284a5c37 /src/glut/beos/glutbitmap.h
parentfad0e5d448d9a2b55a7faa3fcb569470c381fb4b (diff)
Update to Jake Hamby's BeOS GLUT 3.7 port.
Diffstat (limited to 'src/glut/beos/glutbitmap.h')
-rw-r--r--src/glut/beos/glutbitmap.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/glut/beos/glutbitmap.h b/src/glut/beos/glutbitmap.h
index 55d341706c..32bf53c097 100644
--- a/src/glut/beos/glutbitmap.h
+++ b/src/glut/beos/glutbitmap.h
@@ -7,12 +7,7 @@
and is provided without guarantee or warrantee expressed or
implied. This program is -not- in the public domain. */
-
-#if defined(WIN32)
-#include <windows.h>
-#pragma warning(disable:4244)
-#endif /* WIN32 */
-#include <GL/gl.h>
+#include <GL/glut.h>
typedef struct {
const GLsizei width;