Skip to content

Commit 2d16ebf

Browse files
Ilya Zhuravlevkwolekr
Ilya Zhuravlev
authored andcommittedFeb 5, 2014
Fix unexpected preprocessor directive in gettext.cpp
1 parent 3f376a0 commit 2d16ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gettext.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
2424
#include "gettext.h"
2525
#include "util/string.h"
2626

27-
#if USE_GETTEXT and defined(_MSC_VER)
27+
#if USE_GETTEXT && defined(_MSC_VER)
2828
#include <WinNls.h>
2929
#include <map>
3030
#include <direct.h>

0 commit comments

Comments
 (0)
Please sign in to comment.