summaryrefslogtreecommitdiff
path: root/ldmicro/lang.cpp
diff options
context:
space:
mode:
authorRr422018-06-06 12:33:47 +0530
committerRr422018-06-06 12:33:47 +0530
commit0c37bab6d63de075911db1147e38c2f9e2283d6f (patch)
tree0eb4b7567655ef502d89c832968b21340fa7fe1f /ldmicro/lang.cpp
parent86b0579d383105db5e5fa8e3e4cbbbf428ededf5 (diff)
parent6be3a6d8b3b7912948936090f3205865395d8474 (diff)
downloadLDMicroGtk-0c37bab6d63de075911db1147e38c2f9e2283d6f.tar.gz
LDMicroGtk-0c37bab6d63de075911db1147e38c2f9e2283d6f.tar.bz2
LDMicroGtk-0c37bab6d63de075911db1147e38c2f9e2283d6f.zip
Merge branch 'Core_port' into GUI_port
Diffstat (limited to 'ldmicro/lang.cpp')
-rw-r--r--ldmicro/lang.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/ldmicro/lang.cpp b/ldmicro/lang.cpp
index 4be05d0..67952bc 100644
--- a/ldmicro/lang.cpp
+++ b/ldmicro/lang.cpp
@@ -24,7 +24,7 @@
// table. If it fails then it just returns the English.
// Jonathan Westhues, Apr 2007
//-----------------------------------------------------------------------------
-#include <windows.h>
+#include "linuxUI.h"
#include <stdio.h>
#include <stdlib.h>
@@ -42,7 +42,8 @@ typedef struct LangTag {
// These are the actual translation tables, so should be included in just
// one place.
-#include "obj/lang-tables.h"
+//#include "obj/lang-tables.h"
+#define LDLANG_EN
char *_(char *in)
{