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
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(dllimport) extern #elif defined (LIBLTDL_DLL_EXPORT) # defin