From: Bruno Haible Date: Sat, 12 Feb 2005 18:48:17 +0000 (+0000) Subject: On Windows, export this variable from the DLL, so that libgrep can use it. X-Git-Tag: v0.14.2~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04ef34985be322456b6000a696bd6e80f4aa5b4a;p=thirdparty%2Fgettext.git On Windows, export this variable from the DLL, so that libgrep can use it. --- diff --git a/gettext-tools/lib/ChangeLog b/gettext-tools/lib/ChangeLog index 5009e1518..bcb84f177 100644 --- a/gettext-tools/lib/ChangeLog +++ b/gettext-tools/lib/ChangeLog @@ -1,3 +1,7 @@ +2005-02-12 Bruno Haible + + * exitfail.h (exit_failure): Add DLL_VARIABLE attribute. + 2005-02-12 Bruno Haible * obstack.c: Update from current gnulib version. diff --git a/gettext-tools/lib/exitfail.h b/gettext-tools/lib/exitfail.h index cf5ab7195..771d6a36e 100644 --- a/gettext-tools/lib/exitfail.h +++ b/gettext-tools/lib/exitfail.h @@ -1,6 +1,6 @@ /* Failure exit status - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2005 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,4 +17,4 @@ If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -extern int volatile exit_failure; +extern DLL_VARIABLE int volatile exit_failure;