RE: libltdl for MinGW32 and native compilers

2002-01-29 Thread Jon Leichter
n Behalf Of > stefan > Sent: Tuesday, January 29, 2002 10:41 AM > To: Jon Leichter > Cc: [EMAIL PROTECTED] > Subject: RE: libltdl for MinGW32 and native compilers > > On Tue, 29 Jan 2002, Jon Leichter wrote: > > > Stefan. I have had the same concerns as you. I have brought

RE: libltdl for MinGW32 and native compilers

2002-01-29 Thread stefan
On Tue, 29 Jan 2002, Jon Leichter wrote: > Stefan. I have had the same concerns as you. I have brought up a similar > topic in the past. Even with your patch, DLL_EXPORT is a flawed macro name. > I'd suggest the following patch: > > #ifdef LIBLTDL_DLL_IMPORT > # define LT_SCOPE __declspec(dllimp

RE: libltdl for MinGW32 and native compilers

2002-01-29 Thread Jon Leichter
3 AM > To: [EMAIL PROTECTED] > Subject: libltdl for MinGW32 and native compilers > > > Dear list, > The attached patch is meant to fix problems with the libltdl.dll > under Windows. It attaches LT_SCOPE to each exported/imported symbol. > Furthermore it changes > > #

libltdl for MinGW32 and native compilers

2002-01-29 Thread stefan
Dear list, The attached patch is meant to fix problems with the libltdl.dll under Windows. It attaches LT_SCOPE to each exported/imported symbol. Furthermore it changes #ifdef DLL_EXPORT # define LT_SCOPE __declspec(dllexport) #endif #ifdef LIBLTDL_DLL_IMPORT # define LT_SCOPE extern __declspe