(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 894d9fc12f
commit 9b18c11413
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.