[svn] w32pth - r44 - trunk
svn author marcus
cvs at cvs.gnupg.org
Wed Sep 1 00:52:35 CEST 2010
Author: marcus
Date: 2010-09-01 00:52:35 +0200 (Wed, 01 Sep 2010)
New Revision: 44
Modified:
trunk/ChangeLog
trunk/configure.ac
Log:
2010-09-01 Marcus Brinkmann <marcus at g10code.de>
* configure.ac: Define GPG_ERR_ENABLE_ERRNO_MACROS.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-08-06 10:25:50 UTC (rev 43)
+++ trunk/ChangeLog 2010-08-31 22:52:35 UTC (rev 44)
@@ -1,3 +1,7 @@
+2010-09-01 Marcus Brinkmann <marcus at g10code.de>
+
+ * configure.ac: Define GPG_ERR_ENABLE_ERRNO_MACROS.
+
2010-08-06 Werner Koch <wk at g10code.com>
* w32-pth.c (set_timer): Fix timer setting on plain windows.
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2010-08-06 10:25:50 UTC (rev 43)
+++ trunk/configure.ac 2010-08-31 22:52:35 UTC (rev 44)
@@ -163,7 +163,12 @@
fi
fi
+AH_BOTTOM([
+/* Under WindowsCE we need gpg-error's strerror macro. */
+#define GPG_ERR_ENABLE_ERRNO_MACROS 1
+])
+
#
# Set NETLIBS
#
More information about the Gnupg-commits
mailing list