diff options
author | truelight <truelight@openttd.org> | 2005-04-24 15:41:01 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2005-04-24 15:41:01 +0000 |
commit | facd3d1af1e26c0bb25c109f0b0b2d9e65275535 (patch) | |
tree | 5246464713ebce7cbbd09cc0c5a270b2e4ce6ef3 /strgen | |
parent | 176c155193f11788e473cb09ad5cc56313949fc4 (diff) | |
download | openttd-facd3d1af1e26c0bb25c109f0b0b2d9e65275535.tar.xz |
(svn r2225) -Fix: split the endian-detection to target/host. Now cross-compiling
on i386-linux for MacOSX should also work for the language-files (strgen issues)
Diffstat (limited to 'strgen')
-rw-r--r-- | strgen/strgen.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/strgen/strgen.c b/strgen/strgen.c index 805da6755..52540110b 100644 --- a/strgen/strgen.c +++ b/strgen/strgen.c @@ -1,3 +1,5 @@ +#define STRGEN + #include "../stdafx.h" #include <stdio.h> #include <string.h> |