Changeset 3699 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Jul 18, 2007 5:37:46 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22991
- Location:
- trunk/src/VBox/Runtime/r0drv
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/alloc-r0drv.h
r3672 r3699 20 20 */ 21 21 22 #ifndef __ r0drv_alloc_r0drv_h__23 #define __ r0drv_alloc_r0drv_h__22 #ifndef ___r0drv_alloc_r0drv_h 23 #define ___r0drv_alloc_r0drv_h 24 24 25 25 #include <iprt/cdefs.h> -
trunk/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h
r3672 r3699 20 20 */ 21 21 22 #ifndef __ the_darwin_kernel_h__23 #define __ the_darwin_kernel_h__22 #ifndef ___the_darwin_kernel_h 23 #define ___the_darwin_kernel_h 24 24 25 25 /* Problematic header(s) containing conflicts with IPRT first. */ -
trunk/src/VBox/Runtime/r0drv/linux/string.h
r2981 r3699 20 20 */ 21 21 22 #ifndef __ string_h__23 #define __ string_h__22 #ifndef ___string_h 23 #define ___string_h 24 24 25 25 #include <iprt/cdefs.h> -
trunk/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h
r3672 r3699 20 20 */ 21 21 22 #ifndef __ the_linux_kernel_h__23 #define __ the_linux_kernel_h__24 25 /* 22 #ifndef ___the_linux_kernel_h 23 #define ___the_linux_kernel_h 24 25 /* 26 26 * Include iprt/types.h to install the bool wrappers. 27 27 * Then use the linux bool type for all the stuff include here. … … 215 215 #endif 216 216 217 /* 217 /* 218 218 * Stop using the linux bool type. 219 219 */ -
trunk/src/VBox/Runtime/r0drv/nt/the-nt-kernel.h
r3672 r3699 20 20 */ 21 21 22 #ifndef __ the_nt_kernel_h__23 #define __ the_nt_kernel_h__22 #ifndef ___the_nt_kernel_h 23 #define ___the_nt_kernel_h 24 24 25 25 #include <iprt/cdefs.h> … … 45 45 46 46 #include <memory.h> 47 #if !defined(__WIN32__) && !defined(__WIN64__)48 # error "__WIN32__ or __WIN64__ must be defined!"49 #endif50 47 #if !defined(RT_OS_WINDOWS) 51 48 # error "RT_OS_WINDOWS must be defined!" -
trunk/src/VBox/Runtime/r0drv/os2/the-os2-kernel.h
r2981 r3699 30 30 31 31 32 #ifndef __ the_os2_kernel_h__33 #define __ the_os2_kernel_h__32 #ifndef ___the_os2_kernel_h 33 #define ___the_os2_kernel_h 34 34 35 35 #include <iprt/types.h>
Note:
See TracChangeset
for help on using the changeset viewer.