VirtualBox

Changeset 20113 in vbox for trunk/src


Ignore:
Timestamp:
May 28, 2009 9:08:18 AM (16 years ago)
Author:
vboxsync
Message:

Python/glue: Fix for COM init.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/vboxapi.py

    r20036 r20113  
    130130    def initPerThread(self):
    131131        import pythoncom
    132         # or with pythoncom.COINIT_APARTMENTTHREADED?
    133         pythoncom.CoInitializeEx()
     132        pythoncom.CoInitializeEx(0)
    134133
    135134    def deinitPerThread(self):
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