Changeset 22164 in vbox
- Timestamp:
- Aug 11, 2009 1:17:34 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50939
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp
r21169 r22164 740 740 { 741 741 // it's a null string 742 #ifdef VBOX 743 *((char **) v.val.p) = NULL; 744 #else 742 745 v.val.p = 0; 746 #endif 743 747 } 744 748 else … … 759 763 { 760 764 // it's a null string 765 #ifdef VBOX 766 *((PRUnichar **) v.val.p) = 0; 767 #else 761 768 v.val.p = 0; 769 #endif 762 770 } 763 771 else
Note:
See TracChangeset
for help on using the changeset viewer.