Changeset 86032 in vbox for trunk/src/VBox/Devices/build
- Timestamp:
- Sep 6, 2020 8:24:52 AM (4 years ago)
- Location:
- trunk/src/VBox/Devices/build
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/build/VBoxDD.cpp
r85816 r86032 226 226 return rc; 227 227 #endif 228 rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceQemuFwCfg); 229 if (RT_FAILURE(rc)) 230 return rc; 228 231 229 232 return VINF_SUCCESS; -
trunk/src/VBox/Devices/build/VBoxDD.h
r85816 r86032 106 106 extern const PDMDEVREG g_DeviceVirtualKD; 107 107 #endif 108 extern const PDMDEVREG g_DeviceQemuFwCfg; 108 109 109 110 extern const PDMDRVREG g_DrvMouseQueue;
Note:
See TracChangeset
for help on using the changeset viewer.