mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-05 18:13:27 +00:00
oops.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@170 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
36f0b95f2c
commit
342e73399e
@ -60,7 +60,7 @@ typedef short INT16;
|
|||||||
typedef int INT32;
|
typedef int INT32;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(WIN32) || defined(_MSC_VER)
|
#if defined(WIN32) && defined(_MSC_VER)
|
||||||
typedef __int16 INT16;
|
typedef __int16 INT16;
|
||||||
typedef __int32 INT32;
|
typedef __int32 INT32;
|
||||||
#pragma warning(disable: 4005)
|
#pragma warning(disable: 4005)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user