aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/extras/ogl-sample/main/gfx/lib/glu/include/gluos.h
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/extras/ogl-sample/main/gfx/lib/glu/include/gluos.h')
-rw-r--r--nx-X11/extras/ogl-sample/main/gfx/lib/glu/include/gluos.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/nx-X11/extras/ogl-sample/main/gfx/lib/glu/include/gluos.h b/nx-X11/extras/ogl-sample/main/gfx/lib/glu/include/gluos.h
deleted file mode 100644
index 924b89384..000000000
--- a/nx-X11/extras/ogl-sample/main/gfx/lib/glu/include/gluos.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
-** gluos.h - operating system dependencies for GLU
-**
-*/
-/* $XFree86$ */
-
-#if defined(_WIN32) && !defined(__CYGWIN__)
-
-#define WIN32_LEAN_AND_MEAN
-#define NOGDI
-#define NOIME
-#include <windows.h>
-
-/* Disable warnings */
-#pragma warning(disable : 4101)
-#pragma warning(disable : 4244)
-#pragma warning(disable : 4761)
-
-#else
-
-/* Disable Microsoft-specific keywords */
-#define GLAPIENTRY
-#define WINGDIAPI
-
-#endif