From: Olly Betts Date: Wed, 23 Jun 1999 14:13:35 +0000 (+0000) Subject: * ltmain.in (ltdll.c): Support for crosscompiling from linux to X-Git-Tag: release-1-3-3~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=67a2f7b45fa9d02a185d16fa9b1a728ad8df4fc4;p=thirdparty%2Flibtool.git * ltmain.in (ltdll.c): Support for crosscompiling from linux to mingw32. --- diff --git a/ChangeLog b/ChangeLog index 5f59750ae..397f747b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-06-23 Olly Betts + + * ltmain.in (ltdll.c): Support for crosscompiling from linux to + mingw32. + 1999-06-23 Gary V. Vaughan * ltconfig.in (cygwin, export_symbols_cmds): If there is already diff --git a/ltmain.in b/ltmain.in index 6530fc65e..59cf2eb44 100644 --- a/ltmain.in +++ b/ltmain.in @@ -638,6 +638,12 @@ compiler." # #undef WIN32_LEAN_AND_MEAN # #include # +# #ifndef __CYGWIN__ +# # ifdef __CYGWIN32__ +# # define __CYGWIN__ __CYGWIN32__ +# # endif +# #endif +# # #ifdef __cplusplus # extern "C" { # #endif @@ -646,8 +652,10 @@ compiler." # } # #endif # +# #ifdef __CYGWIN__ # #include # DECLARE_CYGWIN_DLL( DllMain ); +# #endif # HINSTANCE __hDllInstance_base; # # BOOL APIENTRY