Changeset 68577 in vbox for trunk/src/VBox/Additions/os2/VBoxSF
- Timestamp:
- Aug 31, 2017 12:11:00 PM (7 years ago)
- Location:
- trunk/src/VBox/Additions/os2/VBoxSF
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/os2/VBoxSF/VBoxSFA.asm
r33540 r68577 331 331 ; The AttachDD name of the VBoxGuest.sys driver. 332 332 GLOBALNAME g_szVBoxGuestName 333 db VBOXGUEST_DEVICE_NAME , 0333 db VBOXGUEST_DEVICE_NAME_SHORT, 0 334 334 ;; 335 335 ; The VBoxGuest IDC connection data. 336 336 GLOBALNAME g_VBoxGuestIDC 337 times VBG OS2IDC_size db 0337 times VBGLOS2ATTACHDD_size db 0 338 338 339 339 ;; -
trunk/src/VBox/Additions/os2/VBoxSF/VBoxSFInit.cpp
r68571 r68577 48 48 /* from VBoxSFA.asm */ 49 49 extern RTFAR16 g_fpfnDevHlp; 50 extern VB OXGUESTOS2IDCCONNECTg_VBoxGuestIDC;50 extern VBGLOS2ATTACHDD g_VBoxGuestIDC; 51 51 extern uint32_t g_u32Info; 52 52 /* from sys0.asm and the linker/end.lib. */
Note:
See TracChangeset
for help on using the changeset viewer.