diff options
-rw-r--r-- | PC/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PC/config.h b/PC/config.h index a719269..0573964 100644 --- a/PC/config.h +++ b/PC/config.h @@ -83,6 +83,7 @@ typedef int pid_t; #endif #ifdef USE_DL_EXPORT #define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE +#define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE #endif #define HAVE_LONG_LONG 1 |