-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/xmlrpc/libxmlrpc/
File Upload :
Current File : //usr/src/php/ext/xmlrpc/libxmlrpc/xmlrpc_win32.h

#ifndef _XMLRPC_WIN32_H
#define _XMLRPC_WIN32_H
/* just some things needed to compile win32 */
#include <windows.h>
#include <stdlib.h>
#ifndef inline
# define inline __inline
#endif
#ifndef snprintf
# define snprintf _snprintf
#endif
#ifndef strcasecmp
# define strcasecmp(s1, s2) stricmp(s1, s2)
#endif

#endif

Copyright © 2017 || Recoded By Mr.Bumblebee