From: Michael Jerris Date: Mon, 28 Jan 2008 01:18:18 +0000 (+0000) Subject: fix build. X-Git-Tag: v1.0-rc1~519 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d11c2617183decedda3de0a579c74399d2a732bc;p=thirdparty%2Ffreeswitch.git fix build. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7400 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/include/switch_platform.h b/src/include/switch_platform.h index 6e0588e959..d0ef03ea19 100644 --- a/src/include/switch_platform.h +++ b/src/include/switch_platform.h @@ -312,6 +312,7 @@ SWITCH_END_EXTERN_C #define _Check_return_ #define _Inout_ #define _Inout_opt_ +#define _In_bytecount_(x) #endif