From adb4a8774c3eae561032a51e219aff7a9b3f73c7 Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 8 Apr 2003 00:04:53 +0000 Subject: Fixing mingw32 port --- src/test.cc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/test.cc') 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) { -- cgit v1.2.3