- 時間撮記:
- 2015-10-12 上午11:40:57 (9 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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 {
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器