Changeset 87448 in vbox for trunk/src/libs/xpcom18a4/python
- Timestamp:
- Jan 26, 2021 9:49:10 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/python/src/module/_xpcom.cpp
r87447 r87448 89 89 # define initVBoxPython MANGLE_MODULE_INIT(PyInit_VBoxPython3_9) 90 90 91 # ifPY_VERSION_HEX >= 0x03080000 && PY_VERSION_HEX < 0x0309000091 # elif PY_VERSION_HEX >= 0x03080000 && PY_VERSION_HEX < 0x03090000 92 92 # define MODULE_NAME MANGLE_MODULE_NAME("VBoxPython3_8") 93 93 # define initVBoxPython MANGLE_MODULE_INIT(PyInit_VBoxPython3_8)
Note:
See TracChangeset
for help on using the changeset viewer.