Revert 12400

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12406 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Mathieu Rene 2009-03-04 14:21:51 +00:00
parent 8441e67b33
commit b342ff1b2a
1 changed files with 1 additions and 6 deletions

View File

@ -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);