]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
On Windows, export this variable from the DLL, so that libgrep can use it.
authorBruno Haible <bruno@clisp.org>
Sat, 12 Feb 2005 18:48:17 +0000 (18:48 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:14 +0000 (12:12 +0200)
gettext-tools/lib/ChangeLog
gettext-tools/lib/exitfail.h

index 5009e1518fd4b41d39a607fb49bf854759ef4ef3..bcb84f17789b04fe3d50c6a8f7a712c890f3b59d 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-12  Bruno Haible  <bruno@clisp.org>
+
+       * exitfail.h (exit_failure): Add DLL_VARIABLE attribute.
+
 2005-02-12  Bruno Haible  <bruno@clisp.org>
 
        * obstack.c: Update from current gnulib version.
index cf5ab719586e296ae400fd3371739bda2e7a07b9..771d6a36efd44da6544fed7821f2a89bbdb1c9ae 100644 (file)
@@ -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;