Alexander Gottwald's patch for cygwin

This commit is contained in:
Brian Paul
2004-06-22 17:16:02 +00:00
parent a64feeffca
commit 6b869d4fe1

View File

@@ -61,6 +61,9 @@
# define GLAPI extern
# endif /* _STATIC_MESA support */
# define GLAPIENTRY __stdcall
#elif defined(__CYGWIN__) && defined(USE_OPENGL32) /* use native windows opengl32 */
# define GLAPI extern
# define GLAPIENTRY __stdcall
#else
/* non-Windows compilation */
# define GLAPI extern