[MLton-commit] r6914
Wesley Terpstra
wesley at mlton.org
Wed Oct 8 15:47:13 PDT 2008
Cygwin also uses the dll markers for symbols.
----------------------------------------------------------------------
U mlton/trunk/runtime/export.h
----------------------------------------------------------------------
Modified: mlton/trunk/runtime/export.h
===================================================================
--- mlton/trunk/runtime/export.h 2008-10-08 17:18:35 UTC (rev 6913)
+++ mlton/trunk/runtime/export.h 2008-10-08 22:47:12 UTC (rev 6914)
@@ -26,7 +26,7 @@
* internal implementation details that should not be accessible.
*/
-#if defined(_WIN32) || defined(_WIN64)
+#if defined(_WIN32) || defined(_WIN64) || defined(__CYGWIN__)
#define EXTERNAL __declspec(dllimport)
#define PUBLIC __declspec(dllexport)
#define PRIVATE
More information about the MLton-commit
mailing list