瀏覽代碼

removed non-windows exit() prototype

tags/mesa_3_3
Brian Paul 25 年之前
父節點
當前提交
9f60fd2154
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      include/GL/glut.h

+ 1
- 1
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



Loading…
取消
儲存