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