mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
gles: Don't define GLAPIENTRY here.
This commit is contained in:
parent
9d94d133b0
commit
810888f656
2 changed files with 0 additions and 2 deletions
|
|
@ -51,7 +51,6 @@ extern "C" {
|
|||
# else
|
||||
# define GL_API __declspec(dllimport)
|
||||
# endif
|
||||
# define GLAPIENTRY __stdcall
|
||||
#else
|
||||
# ifdef __GL_EXPORTS
|
||||
# define GL_API
|
||||
|
|
|
|||
|
|
@ -51,7 +51,6 @@ extern "C" {
|
|||
# else
|
||||
# define GL_APICALL __declspec(dllimport)
|
||||
# endif
|
||||
# define GLAPIENTRY __stdcall
|
||||
#else
|
||||
# ifdef __GL_EXPORTS
|
||||
# define GL_APICALL
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue