VirtualBox

Changeset 87448 in vbox for trunk/src/libs/xpcom18a4/python


Ignore:
Timestamp:
Jan 26, 2021 9:49:10 PM (4 years ago)
Author:
vboxsync
Message:

xpcom: fix goof in previous change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/python/src/module/_xpcom.cpp

    r87447 r87448  
    8989#   define initVBoxPython MANGLE_MODULE_INIT(PyInit_VBoxPython3_9)
    9090
    91 if  PY_VERSION_HEX >= 0x03080000 && PY_VERSION_HEX < 0x03090000
     91elif PY_VERSION_HEX >= 0x03080000 && PY_VERSION_HEX < 0x03090000
    9292#   define MODULE_NAME    MANGLE_MODULE_NAME("VBoxPython3_8")
    9393#   define initVBoxPython MANGLE_MODULE_INIT(PyInit_VBoxPython3_8)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette