From: Michael Jerris Date: Sun, 18 Dec 2005 05:21:13 +0000 (+0000) Subject: oops. X-Git-Tag: v1.0-beta1~3548 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=342e73399e52947e51602a641789eafd067af550;p=thirdparty%2Ffreeswitch.git oops. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@170 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/codec/lpc10/lpc10.h b/libs/codec/lpc10/lpc10.h index 871a5c40c6..de6e11c281 100644 --- a/libs/codec/lpc10/lpc10.h +++ b/libs/codec/lpc10/lpc10.h @@ -60,7 +60,7 @@ typedef short INT16; typedef int INT32; #endif -#if defined(WIN32) || defined(_MSC_VER) +#if defined(WIN32) && defined(_MSC_VER) typedef __int16 INT16; typedef __int32 INT32; #pragma warning(disable: 4005)