Changeset 45813 in vbox for trunk/src/libs/xpcom18a4/ipc/ipcd
- Timestamp:
- Apr 29, 2013 1:48:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp
r39638 r45813 1982 1982 { 1983 1983 // write null address 1984 #ifdef VBOX 1985 // see ipcDConnectService::DeserializeException()! 1986 PtrBits bits = 0; 1987 writer.PutBytes(&bits, sizeof(bits)); 1988 #else 1984 1989 writer.PutBytes(&xcpt, sizeof(xcpt)); 1990 #endif 1985 1991 } 1986 1992 else
Note:
See TracChangeset
for help on using the changeset viewer.