mesa: WinCE fixes
This commit is contained in:
committed by
Brian Paul
parent
ab8f838060
commit
e4f3770690
@@ -51,7 +51,11 @@ extern "C" {
|
||||
# else
|
||||
# define GL_APICALL __declspec(dllimport)
|
||||
# endif
|
||||
# define GL_APIENTRY __stdcall
|
||||
# ifdef UNDER_CE
|
||||
# define GL_APIENTRY
|
||||
# else
|
||||
# define GL_APIENTRY __stdcall
|
||||
# endif
|
||||
#else
|
||||
# ifdef __GL_EXPORTS
|
||||
# define GL_APICALL
|
||||
|
||||
Reference in New Issue
Block a user