From: Michael Jerris Date: Sun, 22 Apr 2007 17:34:23 +0000 (+0000) Subject: fix udns/mod_enum msvc build. X-Git-Tag: v1.0-beta1~468 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb40700d848a0314832dcdbf8946887a1fb76cf4;p=thirdparty%2Ffreeswitch.git fix udns/mod_enum msvc build. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5000 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/udns/udns.h b/libs/udns/udns.h index 9cc1d2ed2c..c77f4e9115 100644 --- a/libs/udns/udns.h +++ b/libs/udns/udns.h @@ -35,6 +35,10 @@ # define UDNS_DATA_API __declspec(dllimport) # endif # endif +#ifdef _MSC_VER +#undef inline +#define inline __inline +#endif #endif #ifndef UDNS_API