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

(svn r5943) -Merge TGP (part r5725): -Codechange: renamed Thread to OTTDThread, as Windows

(who else) uses Thread in winbase.h, and starts complaining if you define it
  otherwise (with weird, undefined errors) (tnx Arnau and Rubidium)
This commit is contained in:
truelight
2006-08-19 09:23:48 +00:00
parent 7cfd3eb618
commit ee0daa0a4f
3 changed files with 23 additions and 23 deletions

View File

@@ -1392,7 +1392,7 @@ void SaveFileError(void)
SaveFileDone();
}
static Thread* save_thread;
static OTTDThread* save_thread;
/** We have written the whole game into memory, _save_pool, now find
* and appropiate compressor and start writing to file.