Setting tag plcapi-5.3-11
[plcapi.git] / php / xmlrpc / libxmlrpc / xmlrpc_win32.h
1 #ifndef _XMLRPC_WIN32_H
2 #define _XMLRPC_WIN32_H
3 /* just some things needed to compile win32 */
4 #include <windows.h>
5 #include <stdlib.h>
6 #define inline __inline
7 #define snprintf _snprintf
8 #define strcasecmp(s1, s2) stricmp(s1, s2)
9
10
11 #endif