Browse Source

Define GLAPIENTRYP properly so that GLU compiles on Windows.

tags/R300_DRIVER_0
Karl Schultz 22 years ago
parent
commit
906449753f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      include/GL/glu.h

+ 1
- 1
include/GL/glu.h View File

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

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

#ifndef GLAPI

Loading…
Cancel
Save