浏览代码

Define GLAPIENTRYP properly so that GLU compiles on Windows.

tags/R300_DRIVER_0
Karl Schultz 22 年前
父节点
当前提交
906449753f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      include/GL/glu.h

+ 1
- 1
include/GL/glu.h 查看文件

@@ -41,7 +41,7 @@
#endif

#ifndef GLAPIENTRYP
#define GLAPIENTRYP
#define GLAPIENTRYP GLAPIENTRY *
#endif

#ifndef GLAPI

正在加载...
取消
保存