- Timestamp:
- May 28, 2009 9:08:18 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/vboxapi.py
r20036 r20113 130 130 def initPerThread(self): 131 131 import pythoncom 132 # or with pythoncom.COINIT_APARTMENTTHREADED? 133 pythoncom.CoInitializeEx() 132 pythoncom.CoInitializeEx(0) 134 133 135 134 def deinitPerThread(self):
Note:
See TracChangeset
for help on using the changeset viewer.