mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
Define GLAPIENTRYP properly so that GLU compiles on Windows.
This commit is contained in:
parent
ec7eb274ab
commit
906449753f
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef GLAPIENTRYP
|
||||
#define GLAPIENTRYP
|
||||
#define GLAPIENTRYP GLAPIENTRY *
|
||||
#endif
|
||||
|
||||
#ifndef GLAPI
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue