From 2ac5cedb719d220db412d0bdc69e34bad9ab26f1 Mon Sep 17 00:00:00 2001 From: Arnaud Faucher Date: Mon, 22 Nov 2010 00:07:21 +0100 Subject: Avoid the use of PyAPI_DATA, which is for internal Python API's. Signed-off-by: Jelmer Vernooij Autobuild-User: Jelmer Vernooij Autobuild-Date: Mon Nov 22 00:52:56 CET 2010 on sn-devel-104 --- source4/librpc/rpc/pyrpc_util.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source4/librpc/rpc/pyrpc_util.h') diff --git a/source4/librpc/rpc/pyrpc_util.h b/source4/librpc/rpc/pyrpc_util.h index 1efe112a11..f102014147 100644 --- a/source4/librpc/rpc/pyrpc_util.h +++ b/source4/librpc/rpc/pyrpc_util.h @@ -25,11 +25,6 @@ #include "librpc/rpc/pyrpc.h" -/* This macro is only provided by Python >= 2.3 */ -#ifndef PyAPI_DATA -# define PyAPI_DATA(RTYPE) extern RTYPE -#endif - #define PyErr_FromNdrError(err) Py_BuildValue("(is)", err, ndr_map_error2string(err)) #define PyErr_SetNdrError(err) \ -- cgit