forked from mirror/OpenTTD
(svn r2418) - Fix: typo
This commit is contained in:
2
unix.c
2
unix.c
@@ -563,7 +563,7 @@ bool InsertTextBufferClipboard(Textbuf *tb)
|
|||||||
#if defined(__MORPHOS__) || defined(__AMIGA__)
|
#if defined(__MORPHOS__) || defined(__AMIGA__)
|
||||||
typedef int pthread_t;
|
typedef int pthread_t;
|
||||||
#define pthread_create(thread, attr, function, arg) (true)
|
#define pthread_create(thread, attr, function, arg) (true)
|
||||||
#define pthread_join(thread, retval) ()
|
#define pthread_join(thread, retval)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static pthread_t thread1 = 0;
|
static pthread_t thread1 = 0;
|
||||||
|
Reference in New Issue
Block a user