Changeset 58178 in vbox for trunk/src/VBox/Additions/os2/VBoxSF
- Timestamp:
- Oct 12, 2015 11:40:57 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/os2/VBoxSF/VBoxSFInit.cpp
r57358 r58178 64 64 * The caller will do the necessary AttachDD and calling of the 16 bit 65 65 * IDC to initialize the g_VBoxGuestIDC global. Perhaps we should move 66 * this bit to VbglInit ? It's just that it's so much simpler to do it66 * this bit to VbglInitClient? It's just that it's so much simpler to do it 67 67 * while we're on the way here... 68 68 * 69 69 */ 70 DECLASM(void) 71 VBoxSFR0Init(void) 70 DECLASM(void) VBoxSFR0Init(void) 72 71 { 73 72 Log(("VBoxSFR0Init: g_fpfnDevHlp=%lx u32Version=%RX32 u32Session=%RX32 pfnServiceEP=%p g_u32Info=%u (%#x)\n", … … 84 83 if (RT_SUCCESS(rc)) 85 84 { 86 rc = VbglInit ();85 rc = VbglInitClient(); 87 86 if (RT_SUCCESS(rc)) 88 87 {
Note:
See TracChangeset
for help on using the changeset viewer.