=== modified file '3rd_party/prime.c'
--- 3rd_party/prime.c	2005-03-17 22:32:08 +0000
+++ 3rd_party/prime.c	2021-01-15 01:12:10 +0000
@@ -125,7 +125,7 @@
 #ifdef _WIN32
 _inline 
 #else /* _WIN32 */
-inline 
+//inline 
 #endif /* _WIN32 */
 int mulmod( unsigned x, unsigned y, unsigned z )
 {

=== modified file 'libds/thread/dsbasethread.h'
--- libds/thread/dsbasethread.h	2006-06-04 19:01:35 +0000
+++ libds/thread/dsbasethread.h	2021-01-15 01:24:42 +0000
@@ -103,7 +103,7 @@
 int dsThreadHandleCmp(DSThreadHandle handle1, DSThreadHandle handle2);
 int dsThreadSignal(DSThreadHandle handle, DSSignal sig); 
 
-#define DS_BASE_THREAD_ID_SIZE 10
+#define DS_BASE_THREAD_ID_SIZE 64
 char *dsThreadGetID(char *thread_id); /* May be removed in future */
 
 

