/* * Copyright (C) 2001, Shilad Sen, Sourcelight Technologies, Inc. * See xmlrpc.h or the README for more copyright information. * * Style that is used in xmlrpc.h */ #ifndef _RPCINCLUDE_H_ #define _RPCINCLUDE_H_ #include "Python.h" #define bool int #define uint unsigned int #define ulong unsigned long #endif /* _RPCINCLUDE_H_ */