Changeset 988 for vendor/current/libcli/nbt/pynbt.c
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/libcli/nbt/pynbt.c
r740 r988 21 21 #include "includes.h" 22 22 #include "libcli/util/pyerrors.h" 23 #include " scripting/python/modules.h"23 #include "python/modules.h" 24 24 #include "../libcli/nbt/libnbt.h" 25 25 #include "lib/events/events.h" 26 26 27 27 void initnetbios(void); 28 29 #ifndef Py_RETURN_NONE30 #define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None31 #endif32 28 33 29 extern PyTypeObject nbt_node_Type;
Note:
See TracChangeset
for help on using the changeset viewer.