summaryrefslogtreecommitdiff
path: root/src/test.cc
diff options
context:
space:
mode:
authorpixel <pixel>2003-04-08 00:04:53 +0000
committerpixel <pixel>2003-04-08 00:04:53 +0000
commitadb4a8774c3eae561032a51e219aff7a9b3f73c7 (patch)
tree743a04385d78e19f651ef15a10561aa1c9bea0ef /src/test.cc
parentc0108c1022ede4743247081f408ca7780095e520 (diff)
Fixing mingw32 port
Diffstat (limited to 'src/test.cc')
-rw-r--r--src/test.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test.cc b/src/test.cc
index ede84c3..ce8f699 100644
--- a/src/test.cc
+++ b/src/test.cc
@@ -11,6 +11,14 @@
#include "engine.h"
#include "glsprite.h"
#include "glshape.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#else
+#undef ENABLE_NLS
+#define LC_ALL 0
+#endif
+#include "gettext.h"
+
CODE_BEGINS
virtual int startup() throw (GeneralException) {