summaryrefslogtreecommitdiff
path: root/dist/libepoxy/include/epoxy/gl.h
diff options
context:
space:
mode:
Diffstat (limited to 'dist/libepoxy/include/epoxy/gl.h')
-rw-r--r--dist/libepoxy/include/epoxy/gl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/libepoxy/include/epoxy/gl.h b/dist/libepoxy/include/epoxy/gl.h
index bbc06c0c1..0be3a66ff 100644
--- a/dist/libepoxy/include/epoxy/gl.h
+++ b/dist/libepoxy/include/epoxy/gl.h
@@ -93,9 +93,9 @@ extern "C" {
#include "epoxy/gl_generated.h"
-bool epoxy_has_gl_extension(const char *extension);
-bool epoxy_is_desktop_gl(void);
-int epoxy_gl_version(void);
+EPOXY_IMPORTEXPORT bool epoxy_has_gl_extension(const char *extension);
+EPOXY_IMPORTEXPORT bool epoxy_is_desktop_gl(void);
+EPOXY_IMPORTEXPORT int epoxy_gl_version(void);
#ifdef __cplusplus
} /* extern "C" */