From c2ef39811db27cb28d9ce0eafc64c82d0f66df82 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 7 Oct 2010 10:58:51 +0000 Subject: Enable debugging feature for W32CE. kFreeBSD portability fix. --- src/util.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 9965847f..f7e6d276 100644 --- a/src/util.h +++ b/src/util.h @@ -127,7 +127,10 @@ gpgme_error_t _gpgme_getenv (const char *name, char **value); #ifdef HAVE_W32_SYSTEM int _gpgme_mkstemp (int *fd, char **name); const char *_gpgme_get_w32spawn_path (void); -#endif +#endif /*HAVE_W32_SYSTEM*/ +#ifdef HAVE_W32CE_SYSTEM +char *_gpgme_w32ce_get_debug_envvar (void); +#endif /*HAVE_W32CE_SYSTEM*/ /*-- Error codes not yet available in current gpg-error.h. --*/ #ifndef GPG_ERR_UNFINISHED -- cgit v1.2.3