mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 21:30:09 +01:00
mesa_wgl.h should only be included when _WIN32 is defined
This commit is contained in:
parent
477da9eff1
commit
727f35a518
1 changed files with 2 additions and 2 deletions
|
|
@ -24,12 +24,12 @@
|
|||
#define GLUT_BUILDING_LIB /* Building the GLUT library itself. */
|
||||
#include <GL/glut.h>
|
||||
|
||||
#ifdef MESA
|
||||
#if defined( MESA ) && defined( _WIN32 )
|
||||
#include <gl/mesa_wgl.h>
|
||||
#endif
|
||||
|
||||
/* added by BrianP: */
|
||||
#ifndef _WIN32
|
||||
/* added by BrianP: */
|
||||
#define APIENTRY GLAPIENTRY
|
||||
#define __cdecl GLAPIENTRY
|
||||
#define CDECL GLAPIENTRY
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue