Changeset 4144 in vbox
- Timestamp:
- Aug 14, 2007 8:59:40 AM (17 years ago)
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Builtins.cpp
r4071 r4144 228 228 if (VBOX_FAILURE(rc)) 229 229 return rc; 230 231 rc = pCallbacks->pfnRegister(pCallbacks, &g_DrvHostSerial); 232 if (VBOX_FAILURE(rc)) 233 return rc; 230 234 #endif 231 235 -
trunk/src/VBox/Devices/Builtins.h
r4071 r4144 73 73 extern const PDMDRVREG g_DrvNamedPipe; 74 74 extern const PDMDRVREG g_DrvHostParallel; 75 extern const PDMDRVREG g_DrvHostSerial; 75 76 76 77 #ifdef VBOX_WITH_USB -
trunk/src/VBox/Devices/Makefile.kmk
r4071 r4144 423 423 Network/DrvTAP.cpp \ 424 424 Audio/ossaudio.c \ 425 Parallel/DrvHostParallel.cpp 425 Parallel/DrvHostParallel.cpp \ 426 Serial/DrvHostSerial.cpp 426 427 427 428 ifeq ($(BUILD_TARGET),os2)
Note:
See TracChangeset
for help on using the changeset viewer.