diff options
Diffstat (limited to 'common/exechelp-posix.c')
-rw-r--r-- | common/exechelp-posix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/exechelp-posix.c b/common/exechelp-posix.c index 54fe7dbac..fa613449d 100644 --- a/common/exechelp-posix.c +++ b/common/exechelp-posix.c @@ -31,7 +31,7 @@ #include <config.h> -#if defined(HAVE_W32_SYSTEM) || defined (HAVE_W32CE_SYSTEM) +#if defined(HAVE_W32_SYSTEM) #error This code is only used on POSIX #endif |