Skip to content

Commit

Permalink
Fix unexpected preprocessor directive in gettext.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Zhuravlev authored and kwolekr committed Feb 5, 2014
1 parent 3f376a0 commit 2d16ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gettext.cpp
Expand Up @@ -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>
Expand Down

0 comments on commit 2d16ebf

Please sign in to comment.