X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fscreen%2FGLBitmaps.cxx;h=30b6e12b1eabde076492c29e2b8c5f935233ba85;hb=bbd61977f14c30ce93a2bcf5a3551708d36a29c8;hp=7caba76d46287819ae165a6f395f0448f1f9ab04;hpb=aadff3301196676a14cb55ed2624c76882c03644;p=simgear.git diff --git a/simgear/screen/GLBitmaps.cxx b/simgear/screen/GLBitmaps.cxx index 7caba76d..30b6e12b 100755 --- a/simgear/screen/GLBitmaps.cxx +++ b/simgear/screen/GLBitmaps.cxx @@ -2,11 +2,7 @@ # include #endif -#if defined(__CYGWIN__) /* && !defined(USING_X) */ -#define WIN32 -#endif - -#if defined(WIN32) /* MINGW and MSC predefine WIN32 */ +#ifdef WIN32 # include #endif @@ -15,8 +11,6 @@ #include #include // memcpy() -#include - #include "GLBitmaps.h" GlBitmap::GlBitmap( GLenum mode, GLint width, GLint height, GLubyte *bitmap )