From d11c2617183decedda3de0a579c74399d2a732bc Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 28 Jan 2008 01:18:18 +0000 Subject: [PATCH] fix build. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7400 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/include/switch_platform.h | 1 + 1 file changed, 1 insertion(+) 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