* ltmain.in (ltdll.c): Support for crosscompiling from linux to

mingw32.
This commit is contained in:
Olly Betts 1999-06-23 13:22:27 +00:00 committed by Gary V. Vaughan
parent 5f007a4c1e
commit 8c34a71462
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,8 @@
1999-06-23 Olly Betts <olly@muscat.co.uk>
* ltmain.in (ltdll.c): Support for crosscompiling from linux to
mingw32.
1999-06-23 Gary V. Vaughan <gary@oranda.demon.co.uk>
* ltconfig.in (cygwin, export_symbols_cmds): If there is already

View File

@ -636,6 +636,12 @@ compiler."
# #undef WIN32_LEAN_AND_MEAN
# #include <stdio.h>
#
# #ifndef __CYGWIN__
# # ifdef __CYGWIN32__
# # define __CYGWIN__ __CYGWIN32__
# # endif
# #endif
#
# #ifdef __cplusplus
# extern "C" {
# #endif
@ -644,8 +650,10 @@ compiler."
# }
# #endif
#
# #ifdef __CYGWIN__
# #include <cygwin/cygwin_dll.h>
# DECLARE_CYGWIN_DLL( DllMain );
# #endif
# HINSTANCE __hDllInstance_base;
#
# BOOL APIENTRY