diff options
Diffstat (limited to 'dlfcn.h')
-rw-r--r-- | dlfcn.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |