added threadsafe defines. Dunno if they do much

db4
Phil Dawes 2009-08-28 20:23:01 +01:00
parent 3a3154797c
commit b1c68d92b7
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
#ifndef __FACTOR_MASTER_H__
#define __FACTOR_MASTER_H__
#define _THREAD_SAFE
#define _REENTRANT
#ifndef WINCE
#include <errno.h>
#endif