(svn r2814) -Fix: made MorphOS to compile again

This commit is contained in:
truelight
2005-08-06 14:58:06 +00:00
parent eb826dfb66
commit 4f15ada6cd
2 changed files with 4 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
#if defined(__AMIGA__) || defined(__MORPHOS__)
Thread* OTTDCreateThread(ThreadFunc function, void* arg) { return NULL; }
void* OTTDJoinThread(Thread*) { return NULL; }
void* OTTDJoinThread(Thread* t) { return NULL; }
#elif defined(__OS2__)