Changeset 3699 in vbox
- Timestamp:
- Jul 18, 2007 5:37:46 PM (17 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 30 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/dir.h
r3672 r3699 20 20 */ 21 21 22 23 #ifndef __internal_dir_h__ 24 #define __internal_dir_h__ 22 #ifndef ___internal_dir_h 23 #define ___internal_dir_h 25 24 26 25 #include <iprt/cdefs.h> -
trunk/src/VBox/Runtime/include/internal/file.h
r2981 r3699 20 20 */ 21 21 22 23 #ifndef __internal_file_h__ 24 #define __internal_file_h__ 22 #ifndef ___internal_file_h 23 #define ___internal_file_h 25 24 26 25 #include <iprt/file.h> -
trunk/src/VBox/Runtime/include/internal/fs.h
r3672 r3699 20 20 */ 21 21 22 #ifndef __ fs_h__23 #define __ fs_h__22 #ifndef ___internal_fs_h 23 #define ___internal_fs_h 24 24 25 25 #include <iprt/types.h> -
trunk/src/VBox/Runtime/include/internal/initterm.h
r2981 r3699 20 20 */ 21 21 22 #ifndef __ internal_initterm_h_23 #define __ internal_initterm_h_22 #ifndef ___internal_initterm_h 23 #define ___internal_initterm_h 24 24 25 25 #include <iprt/cdefs.h> -
trunk/src/VBox/Runtime/include/internal/ldr.h
r2981 r3699 20 20 */ 21 21 22 #ifndef __ ldr_h__23 #define __ ldr_h__22 #ifndef ___internal_ldr_h 23 #define ___internal_ldr_h 24 24 25 25 #include <iprt/types.h> -
trunk/src/VBox/Runtime/include/internal/ldrELF32.h
r1 r3699 25 25 */ 26 26 27 #ifndef __ ldrELF32_h__28 #define __ ldrELF32_h__27 #ifndef ___internal_ldrELF32_h 28 #define ___internal_ldrELF32_h 29 29 30 30 #include "ldrELFCommon.h" -
trunk/src/VBox/Runtime/include/internal/ldrELF64.h
r1 r3699 25 25 */ 26 26 27 #ifndef __ ldrELF64_h__28 #define __ ldrELF64_h__27 #ifndef ___internal_ldrELF64_h 28 #define ___internal_ldrELF64_h 29 29 30 30 #include "ldrELFCommon.h" -
trunk/src/VBox/Runtime/include/internal/ldrELFAmd64.h
r1 r3699 25 25 */ 26 26 27 #ifndef __ ldrELFAmd64_h__28 #define __ ldrELFAmd64_h__27 #ifndef ___internal_ldrELFAmd64_h 28 #define ___internal_ldrELFAmd64_h 29 29 30 30 /* -
trunk/src/VBox/Runtime/include/internal/ldrELFCommon.h
r1 r3699 25 25 */ 26 26 27 #ifndef __ ldrELFCommon_h__28 #define __ ldrELFCommon_h__27 #ifndef ___internal_ldrELFCommon_h 28 #define ___internal_ldrELFCommon_h 29 29 30 30 #include <iprt/stdint.h> -
trunk/src/VBox/Runtime/include/internal/ldrELFi386.h
r1 r3699 25 25 */ 26 26 27 #ifndef __ ldrELFi386_h__28 #define __ ldrELFi386_h__27 #ifndef ___internal_ldrELFi386_h 28 #define ___internal_ldrELFi386_h 29 29 30 30 #if 0 /* later */ -
trunk/src/VBox/Runtime/include/internal/ldrMZ.h
r2981 r3699 20 20 */ 21 21 22 #ifndef __ ldrMZ_h__23 #define __ ldrMZ_h__22 #ifndef ___internal_ldrMZ_h 23 #define ___internal_ldrMZ_h 24 24 25 25 #pragma pack(1) /* not required */ -
trunk/src/VBox/Runtime/include/internal/ldrPE.h
r2981 r3699 20 20 */ 21 21 22 #ifndef __ ldrPE_h__23 #define __ ldrPE_h__22 #ifndef ___internal_ldrPE_h 23 #define ___internal_ldrPE_h 24 24 25 25 #include <iprt/types.h> -
trunk/src/VBox/Runtime/include/internal/magics.h
r2981 r3699 6 6 /* 7 7 * Copyright (c) 2007 innotek GmbH 8 *9 8 * 10 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 22 21 */ 23 22 24 #ifndef ___internal_magics_h ___25 #define ___internal_magics_h ___23 #ifndef ___internal_magics_h 24 #define ___internal_magics_h 26 25 27 /** @name Magic Numbers. 26 /** @name Magic Numbers. 28 27 * @{ */ 29 28 -
trunk/src/VBox/Runtime/include/internal/memobj.h
r2981 r3699 20 20 */ 21 21 22 #ifndef __ internal_memobj_h__23 #define __ internal_memobj_h__22 #ifndef ___internal_memobj_h 23 #define ___internal_memobj_h 24 24 25 25 #include <iprt/memobj.h> -
trunk/src/VBox/Runtime/include/internal/path.h
r3672 r3699 20 20 */ 21 21 22 #ifndef __ path_h__23 #define __ path_h__22 #ifndef ___internal_path_h 23 #define ___internal_path_h 24 24 25 25 #include <iprt/cdefs.h> -
trunk/src/VBox/Runtime/include/internal/process.h
r2981 r3699 20 20 */ 21 21 22 23 #ifndef __internal_process_h__ 24 #define __internal_process_h__ 22 #ifndef ___internal_process_h 23 #define ___internal_process_h 25 24 26 25 #include <iprt/process.h> -
trunk/src/VBox/Runtime/include/internal/rand.h
r2981 r3699 20 20 */ 21 21 22 #ifndef __ internal_rand_h__23 #define __ internal_rand_h__22 #ifndef ___internal_rand_h 23 #define ___internal_rand_h 24 24 25 25 #include <iprt/types.h> … … 34 34 /** 35 35 * Generate random bytes using OS facilities. 36 * 36 * 37 37 * @returns VINF_SUCCESS on success, some error status code on failure. 38 38 * @param pv Where to store the random bytes. -
trunk/src/VBox/Runtime/include/internal/sched.h
r2981 r3699 20 20 */ 21 21 22 23 #ifndef __internal_sched_h__ 24 #define __internal_sched_h__ 22 #ifndef ___internal_sched_h 23 #define ___internal_sched_h 25 24 26 25 #include <iprt/thread.h> -
trunk/src/VBox/Runtime/include/internal/string.h
r2981 r3699 20 20 */ 21 21 22 #ifndef __ internal_string_h__23 #define __ internal_string_h__22 #ifndef ___internal_string_h 23 #define ___internal_string_h 24 24 25 25 #include <iprt/string.h> -
trunk/src/VBox/Runtime/include/internal/thread.h
r3672 r3699 20 20 */ 21 21 22 #ifndef __ thread_h__23 #define __ thread_h__22 #ifndef ___thread_h 23 #define ___thread_h 24 24 25 25 #include <iprt/types.h> -
trunk/src/VBox/Runtime/include/internal/time.h
r3123 r3699 20 20 */ 21 21 22 #ifndef __ internal_time_h__23 #define __ internal_time_h__22 #ifndef ___internal_time_h 23 #define ___internal_time_h 24 24 25 25 #include <iprt/types.h> -
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> -
trunk/src/VBox/Runtime/r3/alloc-ef.h
r3672 r3699 20 20 */ 21 21 22 #ifndef __ alloc_ef_h__23 #define __ alloc_ef_h__22 #ifndef ___alloc_ef_h 23 #define ___alloc_ef_h 24 24 25 25 /******************************************************************************* -
trunk/src/VBox/Runtime/r3/win32/process-win32.cpp
r2981 r3699 102 102 * GetProcessId requires XP SP1 or later 103 103 */ 104 #if def __WIN64__104 #if defined(RT_ARCH_AMD64) 105 105 *pProcess = GetProcessId(hProcess); 106 #else /* ! __WIN64__*/106 #else /* !RT_ARCH_AMD64 */ 107 107 static bool fInitialized = false; 108 108 static DWORD (WINAPI *pfnGetProcessId)(HANDLE Thread) = NULL; … … 140 140 *pProcess = ProcInfo.UniqueProcessId; 141 141 } 142 #endif /* ! __WIN64__*/142 #endif /* !RT_ARCH_AMD64 */ 143 143 } 144 144 return VINF_SUCCESS; -
trunk/src/VBox/Runtime/testcase/ioctl.h
r2981 r3699 20 20 */ 21 21 22 #ifndef __ VBOX_L4_OSS_IOCTL23 #define __ VBOX_L4_OSS_IOCTL22 #ifndef ___VBOX_L4_OSS_IOCTL 23 #define ___VBOX_L4_OSS_IOCTL 24 24 25 25 #define IOCPARM_MASK 0x3fff /* parameters must be < 16383 bytes */ … … 40 40 #define _IOC_WRITE IOC_IN 41 41 42 #endif /* __VBOX_L4_OSS_IOCTL */42 #endif /* !___VBOX_L4_OSS_IOCTL */ 43 43
Note:
See TracChangeset
for help on using the changeset viewer.