Changeset 1043 in vbox
- Timestamp:
- Feb 23, 2007 4:37:52 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 18919
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/tcp_var.h
r1042 r1043 54 54 55 55 /* VBox change that's to much bother to #ifdef. */ 56 # define u32ptr_done( u32, ptr) VBoxU32PtrDone((pData), (ptr), (u32))57 # define ptr_to_u32(p tr) VBoxU32PtrHash((pData), (ptr))58 # define u32_to_ptr( u32, type) ((type)VBoxU32PtrLookup((pData), (u32)))56 # define u32ptr_done(pData, u32, ptr) VBoxU32PtrDone((pData), (ptr), (u32)) 57 # define ptr_to_u32(pData, ptr) VBoxU32PtrHash((pData), (ptr)) 58 # define u32_to_ptr(pData, u32, type) ((type)VBoxU32PtrLookup((pData), (u32))) 59 59 60 60 # else /* !VBOX */
Note:
See TracChangeset
for help on using the changeset viewer.