From 8da58f31846bd119070af78fac340a3e5da4f056 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 22 May 2000 19:40:43 +0000 Subject: replaced __CYGWIN32__ with __CYGWIN__ --- include/GL/gl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/GL/gl.h') diff --git a/include/GL/gl.h b/include/GL/gl.h index 9ade786afd..63b1004bf1 100644 --- a/include/GL/gl.h +++ b/include/GL/gl.h @@ -1,4 +1,4 @@ -/* $Id: gl.h,v 1.40 2000/05/22 16:22:47 brianp Exp $ */ +/* $Id: gl.h,v 1.41 2000/05/22 19:40:43 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -48,7 +48,7 @@ #define __WIN32__ #endif -#if !defined(OPENSTEP) && (defined(__WIN32__) || defined(__CYGWIN32__)) +#if !defined(OPENSTEP) && (defined(__WIN32__) || defined(__CYGWIN__)) # if defined(_MSC_VER) && defined(BUILD_GL32) /* tag specify we're building mesa as a DLL */ # define GLAPI __declspec(dllexport) # elif defined(_MSC_VER) && defined(_DLL) /* tag specifying we're building for DLL runtime support */ @@ -61,7 +61,7 @@ /* non-Windows compilation */ # define GLAPI extern # define GLAPIENTRY -#endif /* WIN32 / CYGWIN32 bracket */ +#endif /* WIN32 / CYGWIN bracket */ #if defined(_WIN32) && !defined(_WINGDI_) && !defined(_GNU_H_WINDOWS32_DEFINES) && !defined(OPENSTEP) #include -- cgit v1.2.3