Always use builtin JThread library

This commit is contained in:
kwolekr
2013-09-15 23:00:01 -04:00
parent 3c4734d69a
commit d308352dbd
21 changed files with 37 additions and 68 deletions

View File

@@ -29,7 +29,7 @@
#define JTHREAD_H
#include "jmutex.h"
#include "jthread/jmutex.h"
#define ERR_JTHREAD_CANTINITMUTEX -1
#define ERR_JTHREAD_CANTSTARTTHREAD -2