diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-03-20 19:26:01 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-03-20 19:26:01 +0000 |
commit | 66ae25078ef01bcfa2e9eb1ccdbbb5f038c71179 (patch) | |
tree | 1f150bd3ec81ad3e6492f8ba5dd2a27f9a057e4e /include/GL/glut.h | |
parent | f7b5707d66678f09bec652ecce024a0da6cc4a4b (diff) |
patched for Cygwin (Sven Panne)
Diffstat (limited to 'include/GL/glut.h')
-rw-r--r-- | include/GL/glut.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/GL/glut.h b/include/GL/glut.h index 225bb87e52..20605cb358 100644 --- a/include/GL/glut.h +++ b/include/GL/glut.h @@ -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 |