summaryrefslogtreecommitdiff
path: root/include/epoxy/wgl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/epoxy/wgl.h')
-rw-r--r--include/epoxy/wgl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/epoxy/wgl.h b/include/epoxy/wgl.h
index 2c4682f..fdd7b4f 100644
--- a/include/epoxy/wgl.h
+++ b/include/epoxy/wgl.h
@@ -54,8 +54,8 @@ extern "C" {
#include "epoxy/wgl_generated.h"
-bool epoxy_has_wgl_extension(HDC hdc, const char *extension);
-void epoxy_handle_external_wglMakeCurrent(void);
+EPOXY_IMPORTEXPORT bool epoxy_has_wgl_extension(HDC hdc, const char *extension);
+EPOXY_IMPORTEXPORT void epoxy_handle_external_wglMakeCurrent(void);
#ifdef __cplusplus
} /* extern "C" */