From: Guido van Rossum Date: Thu, 10 Dec 1998 16:50:49 +0000 (+0000) Subject: Need to define DL_EXPORT, of course! X-Git-Tag: v1.5.2b1~91 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9df827f3ba53f290fc12846cd4ee3d95ca343099;p=thirdparty%2FPython%2Fcpython.git Need to define DL_EXPORT, of course! --- diff --git a/PC/config.h b/PC/config.h index a719269dc6c9..0573964e450d 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