summaryrefslogtreecommitdiff
path: root/tools/dbtool/langpack.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dbtool/langpack.cpp')
-rw-r--r--tools/dbtool/langpack.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/dbtool/langpack.cpp b/tools/dbtool/langpack.cpp
index 97d24cadf4..327561def1 100644
--- a/tools/dbtool/langpack.cpp
+++ b/tools/dbtool/langpack.cpp
@@ -317,11 +317,7 @@ char *LangPackTranslateString(const char *szEnglish, const int W)
return W ? (char *)entry->wlocal : entry->local;
}
-#if defined( _UNICODE )
- #define FLAGS 1
-#else
- #define FLAGS 0
-#endif
+#define FLAGS 1
static void TranslateWindow( HWND hwnd )
{