1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-03 12:11:33 +01:00

doc,w32: Fix compiler warnings.

--
This commit is contained in:
Werner Koch 2015-09-28 18:12:44 +02:00
parent 83811e3f1f
commit 348acbe18a
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -31,9 +31,15 @@
values are not valid for the build platform but we need some values
nevertheless. */
#include "config.h"
/* When building for Windows some -D macros are not available. We
provide replacements here. */
/* When building for Windows the -D macros do not have appropriate
values. We provide replacements here. */
#ifdef HAVE_W32_SYSTEM
# undef GNUPG_BINDIR
# undef GNUPG_LIBEXECDIR
# undef GNUPG_LIBDIR
# undef GNUPG_DATADIR
# undef GNUPG_SYSCONFDIR
# undef GNUPG_LOCALSTATEDIR
# define GNUPG_BINDIR "INSTDIR/bin"
# define GNUPG_LIBEXECDIR "INSTDIR/bin"
# define GNUPG_LIBDIR "INSTDIR/lib/" PACKAGE_NAME