Fix unexpected preprocessor directive in gettext.cpp
authorIlya Zhuravlev <zhuravlevilya@ya.ru>
Sun, 2 Feb 2014 12:22:33 +0000 (16:22 +0400)
committerkwolekr <kwolekr@minetest.net>
Wed, 5 Feb 2014 03:16:51 +0000 (22:16 -0500)
src/gettext.cpp

index 8000bf828ebd02fe7325173a5241ad20db850975..62cc138aee58a12ca5014adee8bff304f737605a 100644 (file)
@@ -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>