fix udns/mod_enum msvc build.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5000 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-04-22 17:34:23 +00:00
parent d6fdf60fd6
commit bb40700d84
1 changed files with 4 additions and 0 deletions

View File

@ -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