diff options
author | pixel <pixel> | 2003-04-08 00:04:53 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-04-08 00:04:53 +0000 |
commit | adb4a8774c3eae561032a51e219aff7a9b3f73c7 (patch) | |
tree | 743a04385d78e19f651ef15a10561aa1c9bea0ef /src | |
parent | c0108c1022ede4743247081f408ca7780095e520 (diff) |
Fixing mingw32 port
Diffstat (limited to 'src')
-rw-r--r-- | src/test.cc | 8 |
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) { |