Changeset 22667 in vbox
- Timestamp:
- Sep 1, 2009 2:07:08 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 51766
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp
r22357 r22667 3756 3756 { 3757 3757 // grab the DConAddr value temporarily stored in the param 3758 #ifdef VBOX 3759 PtrBits bits = params[i].val.u64; 3760 #else 3758 3761 PtrBits bits = (PtrBits)(uintptr_t) params[i].val.p; 3762 #endif 3759 3763 3760 3764 // DeserializeInterfaceParamBits needs IID only if it's a remote object
Note:
See TracChangeset
for help on using the changeset viewer.