Skip to content
Snippets Groups Projects
Commit 2d16ebf5 authored by Ilya Zhuravlev's avatar Ilya Zhuravlev Committed by kwolekr
Browse files

Fix unexpected preprocessor directive in gettext.cpp

parent 3f376a09
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment