aboutsummaryrefslogtreecommitdiff
path: root/dlfcn.h
diff options
context:
space:
mode:
Diffstat (limited to 'dlfcn.h')
-rw-r--r--dlfcn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dlfcn.h b/dlfcn.h
index 06c3529..711e431 100644
--- a/dlfcn.h
+++ b/dlfcn.h
@@ -26,8 +26,8 @@ extern "C" {
26 26
27#if defined(DLFCN_WIN32_EXPORTS) 27#if defined(DLFCN_WIN32_EXPORTS)
28# define DLFCN_EXPORT __declspec(dllexport) 28# define DLFCN_EXPORT __declspec(dllexport)
29#elif defined (_MSC_VER) // FIXME: MinGW support 29#else
30# define DLFCN_EXPORT __declspec(dllimport) 30# define DLFCN_EXPORT
31#endif 31#endif
32 32
33/* POSIX says these are implementation-defined. 33/* POSIX says these are implementation-defined.