mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
Win32 fix by Eero Pajarre.
This commit is contained in:
parent
77dcf82d81
commit
d21c43cd15
1 changed files with 2 additions and 1 deletions
|
|
@ -22,10 +22,11 @@
|
|||
#endif
|
||||
|
||||
/* added by BrianP: */
|
||||
#ifndef _WIN32
|
||||
#define APIENTRY GLAPIENTRY
|
||||
#define __cdecl GLAPIENTRY
|
||||
#define CDECL GLAPIENTRY
|
||||
|
||||
#endif
|
||||
|
||||
#define GLUT_BUILDING_LIB /* Building the GLUT library itself. */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue