Skinny: Stop harcoding APR_TIMEUP

See also FS-3425
This commit is contained in:
Mathieu Parent
2011-07-22 09:16:22 +02:00
parent 2f6f71d4a9
commit b3997353a1
3 changed files with 9 additions and 1 deletions
+3
View File
@@ -41,6 +41,9 @@
#define SWITCH_APR_H
SWITCH_BEGIN_EXTERN_C
SWITCH_DECLARE(int) switch_status_is_timeup(int status);
#ifdef WIN32
typedef DWORD switch_thread_id_t;
#else