Revert 12400
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12406 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
8441e67b33
commit
b342ff1b2a
|
@ -73,13 +73,8 @@ int _getpid(void);
|
|||
#include "sofia-sip/su_time.h"
|
||||
#include "sofia-sip/su_uniqueid.h"
|
||||
|
||||
#ifdef SU_HAVE_WINSOCK
|
||||
#define PERTHREAD __declspec(thread)
|
||||
#else
|
||||
#define PERTHREAD
|
||||
#endif
|
||||
/* For random number generator */
|
||||
static PERTHREAD int initialized = 0;
|
||||
static int initialized = 0;
|
||||
|
||||
static void init(void);
|
||||
static void init_node(void);
|
||||
|
|
Loading…
Reference in New Issue