From: Olly Betts Date: Wed, 23 Jun 1999 13:22:27 +0000 (+0000) Subject: * ltmain.in (ltdll.c): Support for crosscompiling from linux to X-Git-Tag: release-1-3b~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c34a71462db97b5f10cc78bf0357defc9f4caa8;p=thirdparty%2Flibtool.git * ltmain.in (ltdll.c): Support for crosscompiling from linux to mingw32. --- diff --git a/ChangeLog b/ChangeLog index c6063a759..dcd76e17f 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 45f8acc16..ec56c4f97 100644 --- a/ltmain.in +++ b/ltmain.in @@ -636,6 +636,12 @@ compiler." # #undef WIN32_LEAN_AND_MEAN # #include # +# #ifndef __CYGWIN__ +# # ifdef __CYGWIN32__ +# # define __CYGWIN__ __CYGWIN32__ +# # endif +# #endif +# # #ifdef __cplusplus # extern "C" { # #endif @@ -644,8 +650,10 @@ compiler." # } # #endif # +# #ifdef __CYGWIN__ # #include # DECLARE_CYGWIN_DLL( DllMain ); +# #endif # HINSTANCE __hDllInstance_base; # # BOOL APIENTRY