diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gettext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gettext.cpp b/src/gettext.cpp index 8000bf828..62cc138ae 100644 --- a/src/gettext.cpp +++ b/src/gettext.cpp @@ -24,7 +24,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "gettext.h" #include "util/string.h" -#if USE_GETTEXT and defined(_MSC_VER) +#if USE_GETTEXT && defined(_MSC_VER) #include <WinNls.h> #include <map> #include <direct.h> |