[Gpa-commits] r896 - trunk/src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri May 9 20:11:14 CEST 2008
Author: werner
Date: 2008-05-09 20:11:13 +0200 (Fri, 09 May 2008)
New Revision: 896
Modified:
trunk/src/gpgmetools.c
Log:
Fix required for W32.
Modified: trunk/src/gpgmetools.c
===================================================================
--- trunk/src/gpgmetools.c 2008-05-09 17:18:56 UTC (rev 895)
+++ trunk/src/gpgmetools.c 2008-05-09 18:11:13 UTC (rev 896)
@@ -1170,7 +1170,7 @@
g_return_if_fail (oldname && *oldname);
newname = xmalloc (strlen (oldname) + 1 + 1);
strcpy (newname, oldname);
-#if G_OS_WIN32
+#ifdef G_OS_WIN32
# define OLD_NAME "gpg.exe"
# define NEW_NAME "gpg2.exe"
for (p=newname; *p; p++)
More information about the Gpa-commits
mailing list