[Gpa-commits] r729 - trunk/src

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Wed Jan 4 10:24:51 CET 2006


Author: werner
Date: 2006-01-04 10:24:50 +0100 (Wed, 04 Jan 2006)
New Revision: 729

Modified:
   trunk/src/ChangeLog
   trunk/src/gpgmetools.c
Log:
Include missing windows header

Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog	2006-01-03 18:09:13 UTC (rev 728)
+++ trunk/src/ChangeLog	2006-01-04 09:24:50 UTC (rev 729)
@@ -1,3 +1,7 @@
+2006-01-04  Werner Koch  <wk at g10code.com>
+
+	* gpgmetools.c [W32]: Include windows.h.
+
 2005-12-31  Marcus Brinkmann  <marcus at g10code.de>
 
 	* gpgmetools.c (gpa_passphrase_cb) [G_OS_WIN32]: Use WriteFile

Modified: trunk/src/gpgmetools.c
===================================================================
--- trunk/src/gpgmetools.c	2006-01-03 18:09:13 UTC (rev 728)
+++ trunk/src/gpgmetools.c	2006-01-04 09:24:50 UTC (rev 729)
@@ -39,6 +39,9 @@
 #else
 #include <io.h>
 #endif
+#ifdef G_OS_WIN32
+#include <windows.h>
+#endif
 
 
 /* Report an unexpected error in GPGME and quit the application.  */



More information about the Gpa-commits mailing list