mirror of
https://github.com/HIllya51/LunaHook.git
synced 2025-01-11 20:39:34 +08:00
Update python3.cpp
This commit is contained in:
parent
1be6be102b
commit
43b80eaa92
@ -3,6 +3,9 @@
|
||||
#include"main.h"
|
||||
#include"defs.h"
|
||||
namespace {
|
||||
#define PyUnicode_IS_READY(op) 1
|
||||
#define PyUnicode_Check(op) 1
|
||||
|
||||
#ifdef Py_TRACE_REFS
|
||||
/* Define pointers to support a doubly-linked list of all live heap objects. */
|
||||
#define _PyObject_HEAD_EXTRA \
|
||||
|
Loading…
x
Reference in New Issue
Block a user