diff options
Diffstat (limited to 'mesalib/include/GL/gl.h')
-rw-r--r-- | mesalib/include/GL/gl.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/mesalib/include/GL/gl.h b/mesalib/include/GL/gl.h index 4e2932df7..5b2848028 100644 --- a/mesalib/include/GL/gl.h +++ b/mesalib/include/GL/gl.h @@ -97,10 +97,6 @@ #define GLAPIENTRYP GLAPIENTRY * #endif -#if defined(PRAGMA_EXPORT_SUPPORTED) -#pragma export on -#endif - /* * End system-specific stuff. **********************************************************************/ @@ -2112,19 +2108,6 @@ typedef void (APIENTRYP PFNGLEGLIMAGETARGETRENDERBUFFERSTORAGEOESPROC) (GLenum t **/ - -/********************************************************************** - * Begin system-specific stuff - */ -#if defined(PRAGMA_EXPORT_SUPPORTED) -#pragma export off -#endif - -/* - * End system-specific stuff - **********************************************************************/ - - #ifdef __cplusplus } #endif |