1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 04:29:09 +00:00

(svn r1399) -Fix: Fixes for compiling with Watcom C/C++ (ie, OS/2 port). (orudge)

Note: If people could watch out for initialising structs with
  *non-constants* in future... it's a bit annoying, I
  know, but Open Watcom isn't the only compiler which
  doesn't support this (yet) - Borland, for example,
  still doesn't like it.
This commit is contained in:
truelight
2005-01-06 15:57:26 +00:00
parent becd9c224e
commit c06dd27c33
3 changed files with 398 additions and 410 deletions

View File

@@ -43,7 +43,7 @@ WFileName
17
..\..\openttd.tgt
47
47
49
11
VComponent
12