Sparse Virtual File System  0.4.1
A Sparse Virtual File System.
cp_svfs.h
Go to the documentation of this file.
1 
32 #ifndef CPPSVF_CP_SVFS_H
33 #define CPPSVF_CP_SVFS_H
34 
35 #define PY_SSIZE_T_CLEAN
36 
37 #include <Python.h>
38 #include "structmember.h"
39 #include <ctime>
40 #include "datetime.h"
41 
42 #ifdef WITH_THREAD
43 
44 #include "pythread.h"
45 
46 #define PY_THREAD_SAFE
47 
48 #endif
49 
50 
51 #endif //CPPSVF_CP_SVFS_H