mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 00:30:11 +01:00
changes to _WIN32 test and APIENTRY test
This commit is contained in:
parent
f9b9cd71d6
commit
4c7e3c29f7
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
|
||||
#ifdef _WIN32
|
||||
#if defined(_WIN32) && !defined(__CYGWIN32__)
|
||||
#define WIN32_LEAN_AND_MEAN 1
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
|
@ -23,7 +23,7 @@ extern "C" {
|
|||
#define GLAPI extern
|
||||
#endif
|
||||
|
||||
#ifdef GLAPIENTRY
|
||||
#if defined(GLAPIENTRY) && !defined(APIENTRY)
|
||||
#define APIENTRY GLAPIENTRY
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue