mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix unexpected preprocessor directive in gettext.cpp
This commit is contained in:
parent
3f376a092e
commit
2d16ebf57c
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue