mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-07 21:44:51 +00:00
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_time.h"
|
||||||
#include "sofia-sip/su_uniqueid.h"
|
#include "sofia-sip/su_uniqueid.h"
|
||||||
|
|
||||||
#ifdef SU_HAVE_WINSOCK
|
|
||||||
#define PERTHREAD __declspec(thread)
|
|
||||||
#else
|
|
||||||
#define PERTHREAD
|
|
||||||
#endif
|
|
||||||
/* For random number generator */
|
/* For random number generator */
|
||||||
static PERTHREAD int initialized = 0;
|
static int initialized = 0;
|
||||||
|
|
||||||
static void init(void);
|
static void init(void);
|
||||||
static void init_node(void);
|
static void init_node(void);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user