Changeset 87447 in vbox
- Timestamp:
- Jan 26, 2021 9:45:14 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/python/src/module/_xpcom.cpp
r86628 r87447 85 85 # endif 86 86 # if defined(VBOX_PYXPCOM_VERSIONED) && !defined(VBOX_PYXPCOM_MAJOR_VERSIONED) 87 # if PY_VERSION_HEX >= 0x03090000 && PY_VERSION_HEX < 0x030a0000 88 # define MODULE_NAME MANGLE_MODULE_NAME("VBoxPython3_9") 89 # define initVBoxPython MANGLE_MODULE_INIT(PyInit_VBoxPython3_9) 90 87 91 # if PY_VERSION_HEX >= 0x03080000 && PY_VERSION_HEX < 0x03090000 88 92 # define MODULE_NAME MANGLE_MODULE_NAME("VBoxPython3_8") … … 875 879 # include <iprt/stream.h> 876 880 877 /** Set if NS_ShutdownXPCOM has been called successfully already and we don't 878 * need to do it again during module termination. This avoids assertion in the 881 /** Set if NS_ShutdownXPCOM has been called successfully already and we don't 882 * need to do it again during module termination. This avoids assertion in the 879 883 * VBoxCOM glue code. */ 880 884 static bool g_fComShutdownAlready = true;
Note:
See TracChangeset
for help on using the changeset viewer.