(svn r12980) -Fix: MorphOS threading support. Patch by Fabien Coeurjoly.

This commit is contained in:
rubidium
2008-05-06 22:50:55 +00:00
parent a18cf206c5
commit 6007500faf
2 changed files with 277 additions and 1 deletions

View File

@@ -90,7 +90,11 @@ tgp.cpp
#if OS2
thread_os2.cpp
#else
thread_pthread.cpp
#if MORPHOS
thread_morphos.cpp
#else
thread_pthread.cpp
#endif
#end
fiber_thread.cpp
#end