diff options
author | Gareth Hughes <gareth@valinux.com> | 1999-09-14 06:23:40 +0000 |
---|---|---|
committer | Gareth Hughes <gareth@valinux.com> | 1999-09-14 06:23:40 +0000 |
commit | d21c43cd15921965a2f1894a0185aa7ca8b5416b (patch) | |
tree | 493a9048f0ced4d0aa87b1b3b6de0ca81fe03312 /src/glut/glx/glutint.h | |
parent | 77dcf82d8182625d139638c858c4157a7ce8b1b9 (diff) |
Win32 fix by Eero Pajarre.
Diffstat (limited to 'src/glut/glx/glutint.h')
-rw-r--r-- | src/glut/glx/glutint.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glut/glx/glutint.h b/src/glut/glx/glutint.h index 752e9b356e..df92f191a3 100644 --- a/src/glut/glx/glutint.h +++ b/src/glut/glx/glutint.h @@ -22,10 +22,11 @@ #endif /* added by BrianP: */ +#ifndef _WIN32 #define APIENTRY GLAPIENTRY #define __cdecl GLAPIENTRY #define CDECL GLAPIENTRY - +#endif #define GLUT_BUILDING_LIB /* Building the GLUT library itself. */ |