--- libspopc.c 2009/12/10 11:54:10 5 +++ libspopc.c 2010/04/18 11:05:58 6 @@ -32,7 +32,7 @@ /* ALL THESE FUNCTIONS MUST BE CALLED ONCE AT A TIME */ /* initialize libspopc, mainly for thread safety */ -int libspopc_init(void) +DLLIMPORT int libspopc_init(void) { if (!LIBSPOPC_UP) { @@ -44,7 +44,7 @@ } /* clean libspopc, thus re-initable by libspopc_init() */ -int libspopc_clean(void) +DLLIMPORT int libspopc_clean(void) { if(LIBSPOPC_UP) {