Changeset 9330 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jun 2, 2008 10:56:54 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 31544
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvNAT.cpp
r8715 r9330 26 26 *******************************************************************************/ 27 27 #define LOG_GROUP LOG_GROUP_DRV_NAT 28 #define __STDC_LIMIT_MACROS 29 #define __STDC_CONSTANT_MACROS 28 30 #include "Network/slirp/libslirp.h" 31 #include <stdint.h> 29 32 #include <VBox/pdmdrv.h> 30 33 #include <iprt/assert.h> -
trunk/src/VBox/Devices/Storage/DrvHostDVD.cpp
r8155 r9330 25 25 *******************************************************************************/ 26 26 #define LOG_GROUP LOG_GROUP_DRV_HOST_DVD 27 #define __STDC_LIMIT_MACROS 28 #define __STDC_CONSTANT_MACROS 27 29 #ifdef RT_OS_DARWIN 28 30 # include <mach/mach.h>
Note:
See TracChangeset
for help on using the changeset viewer.