diff options
author | marha <marha@users.sourceforge.net> | 2011-07-12 08:56:19 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-07-12 08:56:19 +0200 |
commit | 8797d6ab8ef5121c900cd74b8662305ec7aeb34b (patch) | |
tree | 69096d9a3ed417e7862f9d7a3f2ed7883ec80451 /mesalib/src/mapi/glapi/glapi.h | |
parent | f9f3118e6636a03c096898e023e7e13a328cbaed (diff) | |
download | vcxsrv-8797d6ab8ef5121c900cd74b8662305ec7aeb34b.tar.gz vcxsrv-8797d6ab8ef5121c900cd74b8662305ec7aeb34b.tar.bz2 vcxsrv-8797d6ab8ef5121c900cd74b8662305ec7aeb34b.zip |
Synchronised files
Diffstat (limited to 'mesalib/src/mapi/glapi/glapi.h')
-rw-r--r-- | mesalib/src/mapi/glapi/glapi.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mesalib/src/mapi/glapi/glapi.h b/mesalib/src/mapi/glapi/glapi.h index 1dc2ba7df..39b209fe1 100644 --- a/mesalib/src/mapi/glapi/glapi.h +++ b/mesalib/src/mapi/glapi/glapi.h @@ -174,8 +174,7 @@ _glapi_add_dispatch( const char * const * function_names, _GLAPI_EXPORT _glapi_proc _glapi_get_proc_address(const char *funcName); -#endif -_GLAPI_EXPORT struct _glapi_table * +extern struct _glapi_table * _glapi_create_table_from_handle(void *handle, const char *symbol_prefix); - +#endif |