diff options
author | Brian Paul <[email protected]> | 2000-06-15 15:11:40 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-06-15 15:11:40 +0000 |
commit | 9f60fd21546f5dd3cb46c3ec32d9f084eda17c7e (patch) | |
tree | 9a14bed92626f3e23c61fd7d4ef4e40ceedf0e34 /include/GL | |
parent | 479fab6a3452e9827da46b9e782a015245a87a2c (diff) |
removed non-windows exit() prototype
Diffstat (limited to 'include/GL')
-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 20605cb358d..3b5cbb2f4cb 100644 --- a/include/GL/glut.h +++ b/include/GL/glut.h @@ -199,7 +199,7 @@ WGLAPI int GLAPIENTRY SetPixelFormat(HDC,int,const PIXELFORMATDESCRIPTOR *); # define GLUTCALLBACK # define GLUTAPI extern /* Prototype exit for the non-Win32 case (see above). */ -extern void exit(int); +/*extern void exit(int); this screws up gcc -ansi -pedantic! */ #endif |