patched for Cygwin (Sven Panne)

This commit is contained in:
Brian Paul
2000-03-20 19:26:01 +00:00
parent f7b5707d66
commit 66ae25078e
7 changed files with 57 additions and 11 deletions

View File

@@ -108,7 +108,7 @@ extern _CRTIMP void __cdecl exit(int);
and redifinition of Windows system defs, also removes requirement of
pretty much any standard windows header from this file */
#if (_MSC_VER >= 800) || defined(_STDCALL_SUPPORTED)
#if (_MSC_VER >= 800) || defined(_STDCALL_SUPPORTED) || defined(__CYGWIN32__)
# define GLUTAPIENTRY __stdcall
#else
# define GLUTAPIENTRY