vbox的更動 27613 路徑 trunk/src/VBox/Runtime/r3/os2
- 時間撮記:
- 2010-3-23 上午01:12:54 (15 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Runtime/r3/os2/pipe-os2.cpp
r27129 r27613 52 52 53 53 54 RTDECL(int) RTPipeFromNative(PRTPIPE phPipe, RTHCINTPTR hNativePipe, uint32_t fFlags) 55 { 56 return VERR_NOT_IMPLEMENTED; 57 } 58 59 54 60 RTDECL(RTHCINTPTR) RTPipeToNative(RTPIPE hPipe) 55 61 { 56 return (RTHCINTPTR)(unsigned int)-1;62 return -1; 57 63 } 58 64
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器