added threadsafe defines. Dunno if they do much
parent
3a3154797c
commit
b1c68d92b7
|
@ -1,6 +1,9 @@
|
|||
#ifndef __FACTOR_MASTER_H__
|
||||
#define __FACTOR_MASTER_H__
|
||||
|
||||
#define _THREAD_SAFE
|
||||
#define _REENTRANT
|
||||
|
||||
#ifndef WINCE
|
||||
#include <errno.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue