projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f376a0
)
Fix unexpected preprocessor directive in gettext.cpp
author
Ilya Zhuravlev
<zhuravlevilya@ya.ru>
Sun, 2 Feb 2014 12:22:33 +0000
(16:22 +0400)
committer
kwolekr
<kwolekr@minetest.net>
Wed, 5 Feb 2014 03:16:51 +0000
(22:16 -0500)
src/gettext.cpp
patch
|
blob
|
history
diff --git
a/src/gettext.cpp
b/src/gettext.cpp
index 8000bf828ebd02fe7325173a5241ad20db850975..62cc138aee58a12ca5014adee8bff304f737605a 100644
(file)
--- 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>