diff --git a/g10/gpg.c b/g10/gpg.c index fb0c33966..229635185 100644 --- a/g10/gpg.c +++ b/g10/gpg.c @@ -3384,7 +3384,7 @@ main (int argc, char **argv) break; case oUtf8Strings: utf8_strings = 1; break; case oNoUtf8Strings: -#ifdef HAVE_W32_SYSTEM +#ifndef HAVE_W32_SYSTEM utf8_strings = 0; #endif break;