[svn] pinentry - r235 - in trunk: . w32

svn author wk cvs at cvs.gnupg.org
Thu Aug 19 15:28:50 CEST 2010


Author: wk
Date: 2010-08-19 15:28:49 +0200 (Thu, 19 Aug 2010)
New Revision: 235

Modified:
   trunk/ChangeLog
   trunk/configure.ac
   trunk/w32/main.c
Log:
Prepare for a gpg-error change


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-06-08 15:40:49 UTC (rev 234)
+++ trunk/ChangeLog	2010-08-19 13:28:49 UTC (rev 235)
@@ -1,3 +1,8 @@
+2010-08-19  Werner Koch  <wk at g10code.com>
+
+	* configure.ac (AH_TOP, AH_BOTTOM): New.  Define
+	GPG_ERR_ENABLE_ERRNO_MACROS.
+
 2010-06-08  Marc Mutz  <marc.mutz at kdab.com>  (wk)
 
 	* qt4/pinentrydialog.cpp (PinEntryDialog): Add WindowStaysOnTopHint.

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2010-06-08 15:40:49 UTC (rev 234)
+++ trunk/configure.ac	2010-08-19 13:28:49 UTC (rev 235)
@@ -51,6 +51,19 @@
 
 AC_CANONICAL_HOST
 
+AH_TOP([
+#ifndef PINENTRY_CONFIG_H_INCLUDED
+#define PINENTRY_CONFIG_H_INCLUDED
+
+/* Enable gpg-error's strerror macro under W32CE.  */
+#define GPG_ERR_ENABLE_ERRNO_MACROS 1
+])
+
+AH_BOTTOM([
+#endif /*PINENTRY_CONFIG_H_INCLUDED*/
+])
+
+
 dnl Checks for programs.
 missing_dir=`cd $ac_aux_dir && pwd`
 AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir)

Modified: trunk/w32/main.c
===================================================================
--- trunk/w32/main.c	2010-06-08 15:40:49 UTC (rev 234)
+++ trunk/w32/main.c	2010-08-19 13:28:49 UTC (rev 235)
@@ -206,7 +206,7 @@
 }
 
 
-/* Raie the software input panel.  */
+/* Raise the software input panel.  */
 #ifdef HAVE_W32CE_SYSTEM
 static void
 raise_sip (HWND dlg)





More information about the Gnupg-commits mailing list