From f0529dacedf7da83f8d5107a8ca7d73f35560894 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 6 May 2013 20:18:58 +0300 Subject: Rearrange dllimport/dllexport declarations for MS-Windows. gnumake.h (GMK_EXPORT) [_WIN32]: Move the dllexport declaration here from makeint.h. makeint.h (GMK_BUILDING_MAKE) [WINDOWS32]: Define before including gnumake.h. --- makeint.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'makeint.h') diff --git a/makeint.h b/makeint.h index 14a6c26..6bff07a 100644 --- a/makeint.h +++ b/makeint.h @@ -49,10 +49,10 @@ char *alloca (); /* Include the externally-visible content. Be sure to use the local one, and not one installed on the system. - Define GMK_EXPORT for proper selection of dllexport/dllimport declarations - for MS-Windows. */ + Define GMK_BUILDING_MAKE for proper selection of dllexport/dllimport + declarations for MS-Windows. */ #ifdef WINDOWS32 -# define GMK_EXPORT __declspec(dllexport) +# define GMK_BUILDING_MAKE #endif #include "gnumake.h" -- cgit v1.2.3