Changeset 26765 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Feb 24, 2010 7:25:21 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58022
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/pipe-win.cpp
r26763 r26765 56 56 RTDECL(RTHCINTPTR) RTPipeToNative(RTPIPE hPipe) 57 57 { 58 return INVALID_HANDLE_VALUE;58 return (RTHCINTPTR)INVALID_HANDLE_VALUE; 59 59 } 60 60
Note:
See TracChangeset
for help on using the changeset viewer.