Changeset 89261 in vbox for trunk/src/VBox
- Timestamp:
- May 25, 2021 10:23:37 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp
r89259 r89261 48 48 49 49 #include <VBox/version.h> 50 51 #ifdef RT_OS_WINDOWS 52 # include <iprt/win/windows.h> /* for CoInitializeEx */ 53 #endif 50 54 51 55 /** … … 2849 2853 return rcExit; 2850 2854 2855 #ifdef RT_OS_WINDOWS 2856 HRESULT hrc = CoInitializeEx(NULL /*pReserved*/, COINIT_MULTITHREADED | COINIT_SPEED_OVER_MEMORY | COINIT_DISABLE_OLE1DDE); 2857 if (FAILED(hrc)) 2858 RTMsgWarning("CoInitializeEx failed: %#x", hrc); 2859 #endif 2860 2851 2861 /* 2852 2862 * Process common options.
Note:
See TracChangeset
for help on using the changeset viewer.