Changeset 15776 in vbox
- Timestamp:
- Jan 1, 2009 8:35:32 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41351
- Location:
- trunk/src/VBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Devices/Storage/DrvHostDVD.cpp ¶
r12767 r15776 49 49 /* This is another hack for not bothering with C++ unfriendly byteswap macros. */ 50 50 # define _LINUX_BYTEORDER_SWAB_H 51 # define _LINUX_BYTEORDER_SWABB_H 51 52 /* Those macros that are needed are defined in the header below */ 52 53 # include "swab.h" -
TabularUnified trunk/src/VBox/Devices/Storage/swab.h ¶
r8155 r15776 34 34 35 35 # define _LINUX_BYTEORDER_SWAB_H 36 # define _LINUX_BYTEORDER_SWABB_H 36 37 37 38 #include <asm/types.h> -
TabularUnified trunk/src/VBox/Main/linux/HostHardwareLinux.cpp ¶
r15468 r15776 47 47 * standard byte order functions. */ 48 48 // # define _LINUX_BYTEORDER_GENERIC_H 49 # define _LINUX_BYTEORDER_SWABB_H 49 50 # include <linux/cdrom.h> 50 51 # ifdef VBOX_WITH_DBUS
Note:
See TracChangeset
for help on using the changeset viewer.