Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9df827f

Browse files
committed
Need to define DL_EXPORT, of course!
1 parent e18f887 commit 9df827f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

PC/config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ typedef int pid_t;
8383
#endif
8484
#ifdef USE_DL_EXPORT
8585
#define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE
86+
#define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE
8687
#endif
8788

8889
#define HAVE_LONG_LONG 1

0 commit comments

Comments
 (0)