summaryrefslogtreecommitdiff
path: root/makeint.h
diff options
context:
space:
mode:
Diffstat (limited to 'makeint.h')
-rw-r--r--makeint.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/makeint.h b/makeint.h
index 9f0d1b8..6cce848 100644
--- a/makeint.h
+++ b/makeint.h
@@ -49,11 +49,12 @@ char *alloca ();
/* Include the externally-visible content.
Be sure to use the local one, and not one installed on the system.
- Define MAIN for proper selection of dllexport/dllimport declarations
+ Define GMK_EXPORT for proper selection of dllexport/dllimport declarations
for MS-Windows. */
-#define MAIN
+#ifdef WINDOWS32
+# define GMK_EXPORT __declspec(dllexport)
+#endif
#include "gnumake.h"
-#undef MAIN
#ifdef CRAY
/* This must happen before #include <signal.h> so