From b16b9e4656e7199c2aec74a4c8ebc7a875d3ba73 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 2 Feb 2015 15:02:49 +0100 Subject: massive reduction of unneeded files --- .../ogl-sample/main/gfx/lib/glu/include/gluos.h | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 nx-X11/extras/ogl-sample/main/gfx/lib/glu/include/gluos.h (limited to 'nx-X11/extras/ogl-sample/main/gfx/lib/glu/include') 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 - -/* Disable warnings */ -#pragma warning(disable : 4101) -#pragma warning(disable : 4244) -#pragma warning(disable : 4761) - -#else - -/* Disable Microsoft-specific keywords */ -#define GLAPIENTRY -#define WINGDIAPI - -#endif -- cgit v1.2.3