build: fix msvc build (FSBUILD-165)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13467 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-05-27 16:00:20 +00:00
parent 3c58f390ed
commit 6a77aa32b9
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
SWITCH_BEGIN_EXTERN_C
#ifdef WIN32
typedef HANDLE switch_thread_id_t;
typedef DWORD switch_thread_id_t;
#else
#include <pthread.h>
typedef pthread_t switch_thread_id_t;