diff options
Diffstat (limited to 'src/mesa/main/glheader.h')
-rw-r--r-- | src/mesa/main/glheader.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h index 0266b77f1b0..65901c7b818 100644 --- a/src/mesa/main/glheader.h +++ b/src/mesa/main/glheader.h @@ -113,15 +113,6 @@ # endif /* _STATIC_MESA support */ # define GLAPIENTRY __stdcall # define GLAPIENTRYP GLAPIENTRY * -# define GLCALLBACK __stdcall -# define GLCALLBACKP GLCALLBACK * -# if defined(__CYGWIN__) -# define GLCALLBACKPCAST * -# else -# define GLCALLBACKPCAST __stdcall * -# endif -# define GLWINAPI __stdcall -# define GLWINAPIV __cdecl #elif !defined(BUILD_FOR_SNAP) /* non-Windows compilation */ # define GLAPI extern @@ -129,11 +120,6 @@ # ifndef GLAPIENTRYP # define GLAPIENTRYP * # endif -# define GLCALLBACK -# define GLCALLBACKP * -# define GLCALLBACKPCAST * -# define GLWINAPI -# define GLWINAPIV #endif /* WIN32 / CYGWIN bracket */ |