summaryrefslogtreecommitdiff
path: root/thread.c
AgeCommit message (Collapse)Author
2006-08-19(svn r5943) -Merge TGP (part r5725): -Codechange: renamed Thread to ↵truelight
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)
2005-08-06(svn r2814) -Fix: made MorphOS to compile againtruelight
2005-08-05(svn r2811) Fix typos in r2810tron
2005-08-05(svn r2810) Threads may now return information when they terminate using a ↵tron
void*. Also add the new files to the MSVC project files.
2005-08-05(svn r2809) Implement more generic threading functions, which allow more ↵tron
than one thread