提交 bcd991e9 authored 作者: Michael Jerris's avatar Michael Jerris

dos2unix

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13477 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 3ab5aa82
...@@ -206,16 +206,16 @@ struct _exprNode ...@@ -206,16 +206,16 @@ struct _exprNode
int exprFuncListAddType(exprFuncList *flist, char *name, int type, int min, int max, int refmin, int refmax); int exprFuncListAddType(exprFuncList *flist, char *name, int type, int min, int max, int refmin, int refmax);
int exprFuncListGet(exprFuncList *flist, char *name, exprFuncType *ptr, int *type, int *min, int *max, int *refmin, int *refmax); int exprFuncListGet(exprFuncList *flist, char *name, exprFuncType *ptr, int *type, int *min, int *max, int *refmin, int *refmax);
#ifdef WIN32 #ifdef WIN32
#define SWITCH_DECLARE(type) __declspec(dllimport) type __stdcall #define SWITCH_DECLARE(type) __declspec(dllimport) type __stdcall
#else #else
#define SWITCH_DECLARE(type) type #define SWITCH_DECLARE(type) type
#endif #endif
SWITCH_DECLARE(int) switch_isalnum(int c); SWITCH_DECLARE(int) switch_isalnum(int c);
SWITCH_DECLARE(int) switch_isalpha(int c); SWITCH_DECLARE(int) switch_isalpha(int c);
SWITCH_DECLARE(int) switch_isdigit(int c); SWITCH_DECLARE(int) switch_isdigit(int c);
SWITCH_DECLARE(int) switch_isspace(int c); SWITCH_DECLARE(int) switch_isspace(int c);
#ifdef __cplusplus #ifdef __cplusplus
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论