Changeset 745 for trunk/server/source4/lib/com/pycom.c
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source4/lib/com/pycom.c
r414 r745 18 18 */ 19 19 20 #include <Python.h> 20 21 #include "includes.h" 21 #include <Python.h>22 22 #include "lib/com/com.h" 23 23 #include "librpc/ndr/libndr.h" 24 24 #include "libcli/util/pyerrors.h" 25 26 #ifndef Py_RETURN_NONE27 #define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None28 #endif29 25 30 26 static struct com_context *py_com_ctx = NULL; /* FIXME: evil global */
Note:
See TracChangeset
for help on using the changeset viewer.