+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
# #undef WIN32_LEAN_AND_MEAN
# #include <stdio.h>
#
+# #ifndef __CYGWIN__
+# # ifdef __CYGWIN32__
+# # define __CYGWIN__ __CYGWIN32__
+# # endif
+# #endif
+#
# #ifdef __cplusplus
# extern "C" {
# #endif
# }
# #endif
#
+# #ifdef __CYGWIN__
# #include <cygwin/cygwin_dll.h>
# DECLARE_CYGWIN_DLL( DllMain );
+# #endif
# HINSTANCE __hDllInstance_base;
#
# BOOL APIENTRY