Changeset 76513 in vbox
- Timestamp:
- Dec 30, 2018 5:16:00 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127814
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 78 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/.scm-settings
r75298 r76513 105 105 /common/math/gcc/udivmoddi4.c : --no-external-copyright --convert-tabs --set-svn-keywords 106 106 107 # No header guard for these: 108 /testcase/tstRTBigNum-uint128-div-test-data.h : --no-fix-header-guards 109 /testcase/tstRTBigNum-div-test-data.h : --no-fix-header-guards 110 /common/time/timesupref.h : --no-fix-header-guards 111 /common/asn1/*-template.h : --no-fix-header-guards 112 /common/asn1/*-template2.h : --no-fix-header-guards 113 /common/crypto/*-template.h : --no-fix-header-guards 114 /common/math/gcc/quad.h : --no-fix-header-guards 115 /common/misc/sanity.h : --no-fix-header-guards 116 /r3/win/vcc100-kernel32-fakes.h : --no-fix-header-guards -
trunk/src/VBox/Runtime/common/crypto/key-internal.h
r73665 r76513 25 25 */ 26 26 27 28 27 #ifndef ___common_crypto_keys_internal_h 29 28 #define ___common_crypto_keys_internal_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 #include <iprt/crypto/key.h> -
trunk/src/VBox/Runtime/common/crypto/pkcs7-internal.h
r69111 r76513 25 25 */ 26 26 27 28 27 #ifndef ___common_crypto_pkcs7_internal_h 29 28 #define ___common_crypto_pkcs7_internal_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 #define RTASN1TMPL_TEMPLATE_FILE "../common/crypto/pkcs7-template.h" -
trunk/src/VBox/Runtime/common/crypto/pkix-signature-builtin.h
r69111 r76513 25 25 */ 26 26 27 28 27 #ifndef ___common_crypto_pkix_signature_builtin_h 29 28 #define ___common_crypto_pkix_signature_builtin_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 #include <iprt/crypto/pkix.h> -
trunk/src/VBox/Runtime/common/crypto/rsa-internal.h
r69111 r76513 25 25 */ 26 26 27 28 27 #ifndef ___common_crypto_rsa_internal_h 29 28 #define ___common_crypto_rsa_internal_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 /** The max number of bits we support in the modulus. */ -
trunk/src/VBox/Runtime/common/crypto/spc-internal.h
r69111 r76513 25 25 */ 26 26 27 28 27 #ifndef ___common_crypto_spc_internal_h 29 28 #define ___common_crypto_spc_internal_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 #define RTASN1TMPL_TEMPLATE_FILE "../common/crypto/spc-template.h" -
trunk/src/VBox/Runtime/common/crypto/store-internal.h
r69111 r76513 25 25 */ 26 26 27 28 27 #ifndef ___common_crypto_store_internal_h 29 28 #define ___common_crypto_store_internal_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 -
trunk/src/VBox/Runtime/common/crypto/taf-internal.h
r69111 r76513 25 25 */ 26 26 27 28 27 #ifndef ___common_crypto_taf_internal_h 29 28 #define ___common_crypto_taf_internal_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 #define RTASN1TMPL_TEMPLATE_FILE "../common/crypto/taf-template.h" -
trunk/src/VBox/Runtime/common/crypto/tsp-internal.h
r69111 r76513 25 25 */ 26 26 27 28 27 #ifndef ___common_crypto_tsp_internal_h 29 28 #define ___common_crypto_tsp_internal_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 #define RTASN1TMPL_TEMPLATE_FILE "../common/crypto/tsp-template.h" -
trunk/src/VBox/Runtime/common/crypto/x509-internal.h
r69111 r76513 25 25 */ 26 26 27 28 27 #ifndef ___common_crypto_x509_internal_h 29 28 #define ___common_crypto_x509_internal_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 #define RTASN1TMPL_TEMPLATE_FILE "../common/crypto/x509-template.h" -
trunk/src/VBox/Runtime/common/misc/handletable.h
r69111 r76513 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 27 #ifndef RT_INCLUDED_common_misc_handletable_h 28 #define RT_INCLUDED_common_misc_handletable_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 26 32 27 33 … … 238 244 } 239 245 246 #endif 247 -
trunk/src/VBox/Runtime/common/zip/tar.h
r69111 r76513 27 27 #ifndef __common_zip_tar_h 28 28 #define __common_zip_tar_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/assert.h> -
trunk/src/VBox/Runtime/include/internal/alignmentchecks.h
r69111 r76513 25 25 */ 26 26 27 28 27 #ifndef ___internal_alignmentchecks_h 29 28 #define ___internal_alignmentchecks_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 /** @def IPRT_WITH_ALIGNMENT_CHECKS -
trunk/src/VBox/Runtime/include/internal/assert.h
r69111 r76513 27 27 #ifndef ___internal_assert_h 28 28 #define ___internal_assert_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/types.h> -
trunk/src/VBox/Runtime/include/internal/dbgmod.h
r75237 r76513 27 27 #ifndef ___internal_dbgmod_h 28 28 #define ___internal_dbgmod_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/types.h> -
trunk/src/VBox/Runtime/include/internal/dir.h
r75652 r76513 27 27 #ifndef ___internal_dir_h 28 28 #define ___internal_dir_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/cdefs.h> -
trunk/src/VBox/Runtime/include/internal/dvm.h
r69616 r76513 27 27 #ifndef ___internal_dvm_h 28 28 #define ___internal_dvm_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/types.h> -
trunk/src/VBox/Runtime/include/internal/file.h
r69795 r76513 27 27 #ifndef ___internal_file_h 28 28 #define ___internal_file_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/file.h> -
trunk/src/VBox/Runtime/include/internal/fileaio.h
r69111 r76513 27 27 #ifndef ___internal_fileaio_h 28 28 #define ___internal_fileaio_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/file.h> -
trunk/src/VBox/Runtime/include/internal/fs.h
r69474 r76513 27 27 #ifndef ___internal_fs_h 28 28 #define ___internal_fs_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/types.h> -
trunk/src/VBox/Runtime/include/internal/initterm.h
r69474 r76513 27 27 #ifndef ___internal_initterm_h 28 28 #define ___internal_initterm_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/cdefs.h> -
trunk/src/VBox/Runtime/include/internal/iprt-openssl.h
r73672 r76513 25 25 */ 26 26 27 28 27 #ifndef ___internal_iprt_openssl_h 29 28 #define ___internal_iprt_openssl_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 #include <iprt/crypto/x509.h> -
trunk/src/VBox/Runtime/include/internal/iprt.h
r69111 r76513 27 27 #ifndef ___internal_iprt_h 28 28 #define ___internal_iprt_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/cdefs.h> -
trunk/src/VBox/Runtime/include/internal/ldr.h
r74638 r76513 27 27 #ifndef ___internal_ldr_h 28 28 #define ___internal_ldr_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/types.h> -
trunk/src/VBox/Runtime/include/internal/lockvalidator.h
r69111 r76513 27 27 #ifndef ___iprt_internal_lockvalidator_h 28 28 #define ___iprt_internal_lockvalidator_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/types.h> -
trunk/src/VBox/Runtime/include/internal/magics.h
r75879 r76513 27 27 #ifndef ___internal_magics_h 28 28 #define ___internal_magics_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 /** @name Magic Numbers. -
trunk/src/VBox/Runtime/include/internal/mem.h
r69111 r76513 27 27 #ifndef ___internal_mem_h 28 28 #define ___internal_mem_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/cdefs.h> -
trunk/src/VBox/Runtime/include/internal/memobj.h
r69474 r76513 27 27 #ifndef ___internal_memobj_h 28 28 #define ___internal_memobj_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/memobj.h> -
trunk/src/VBox/Runtime/include/internal/mp.h
r69111 r76513 27 27 #ifndef ___internal_mp_h 28 28 #define ___internal_mp_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/assert.h> -
trunk/src/VBox/Runtime/include/internal/path.h
r69705 r76513 27 27 #ifndef ___internal_path_h 28 28 #define ___internal_path_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/cdefs.h> -
trunk/src/VBox/Runtime/include/internal/pipe.h
r69111 r76513 27 27 #ifndef ___internal_pipe_h 28 28 #define ___internal_pipe_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/pipe.h> -
trunk/src/VBox/Runtime/include/internal/process.h
r69474 r76513 27 27 #ifndef ___internal_process_h 28 28 #define ___internal_process_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/process.h> -
trunk/src/VBox/Runtime/include/internal/rand.h
r69474 r76513 27 27 #ifndef ___internal_rand_h 28 28 #define ___internal_rand_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/types.h> -
trunk/src/VBox/Runtime/include/internal/req.h
r69111 r76513 27 27 #ifndef ___internal_req_h 28 28 #define ___internal_req_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/types.h> -
trunk/src/VBox/Runtime/include/internal/sched.h
r69474 r76513 27 27 #ifndef ___internal_sched_h 28 28 #define ___internal_sched_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/thread.h> -
trunk/src/VBox/Runtime/include/internal/socket.h
r70481 r76513 27 27 #ifndef ___internal_socket_h 28 28 #define ___internal_socket_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/cdefs.h> -
trunk/src/VBox/Runtime/include/internal/strhash.h
r69111 r76513 27 27 #ifndef ___internal_strhash_h 28 28 #define ___internal_strhash_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/types.h> -
trunk/src/VBox/Runtime/include/internal/strict.h
r69474 r76513 27 27 #ifndef ___internal_strict_h 28 28 #define ___internal_strict_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 /** @name Strictness Indicators -
trunk/src/VBox/Runtime/include/internal/string.h
r69474 r76513 27 27 #ifndef ___internal_string_h 28 28 #define ___internal_string_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/string.h> -
trunk/src/VBox/Runtime/include/internal/thread.h
r69474 r76513 27 27 #ifndef ___thread_h 28 28 #define ___thread_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/types.h> -
trunk/src/VBox/Runtime/include/internal/time.h
r72863 r76513 27 27 #ifndef ___internal_time_h 28 28 #define ___internal_time_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/types.h> -
trunk/src/VBox/Runtime/r0drv/alloc-r0drv.h
r69474 r76513 27 27 #ifndef ___r0drv_alloc_r0drv_h 28 28 #define ___r0drv_alloc_r0drv_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/cdefs.h> -
trunk/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h
r69474 r76513 27 27 #ifndef ___the_darwin_kernel_h 28 28 #define ___the_darwin_kernel_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 /* Problematic header(s) containing conflicts with IPRT first. (FreeBSD has fixed these ages ago.) */ -
trunk/src/VBox/Runtime/r0drv/freebsd/sleepqueue-r0drv-freebsd.h
r69111 r76513 25 25 */ 26 26 27 28 27 #ifndef ___r0drv_freebsd_sleepqueue_r0drv_freebsd_h 29 28 #define ___r0drv_freebsd_sleepqueue_r0drv_freebsd_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 #include "the-freebsd-kernel.h" -
trunk/src/VBox/Runtime/r0drv/freebsd/the-freebsd-kernel.h
r69474 r76513 31 31 #ifndef ___the_freebsd_kernel_h 32 32 #define ___the_freebsd_kernel_h 33 #ifndef RT_WITHOUT_PRAGMA_ONCE 34 # pragma once 35 #endif 33 36 34 37 #include <iprt/types.h> -
trunk/src/VBox/Runtime/r0drv/haiku/the-haiku-kernel.h
r69111 r76513 25 25 */ 26 26 27 28 27 #ifndef ___the_haiku_kernel_h 29 28 #define ___the_haiku_kernel_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 #include <sys/types.h> -
trunk/src/VBox/Runtime/r0drv/linux/string.h
r69111 r76513 27 27 #ifndef ___string_h 28 28 #define ___string_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/cdefs.h> -
trunk/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h
r70460 r76513 27 27 #ifndef ___the_linux_kernel_h 28 28 #define ___the_linux_kernel_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 /* -
trunk/src/VBox/Runtime/r0drv/linux/waitqueue-r0drv-linux.h
r72889 r76513 25 25 */ 26 26 27 28 27 #ifndef ___r0drv_linux_waitqueue_r0drv_linux_h 29 28 #define ___r0drv_linux_waitqueue_r0drv_linux_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 #include "the-linux-kernel.h" -
trunk/src/VBox/Runtime/r0drv/mp-r0drv.h
r69111 r76513 27 27 #ifndef ___r0drv_mp_r0drv_h 28 28 #define ___r0drv_mp_r0drv_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/mp.h> -
trunk/src/VBox/Runtime/r0drv/netbsd/sleepqueue-r0drv-netbsd.h
r69111 r76513 25 25 */ 26 26 27 28 27 #ifndef ___r0drv_netbsd_sleepqueue_r0drv_netbsd_h 29 28 #define ___r0drv_netbsd_sleepqueue_r0drv_netbsd_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 #include "the-netbsd-kernel.h" -
trunk/src/VBox/Runtime/r0drv/netbsd/the-netbsd-kernel.h
r63191 r76513 31 31 #ifndef ___the_netbsd_kernel_h 32 32 #define ___the_netbsd_kernel_h 33 #ifndef RT_WITHOUT_PRAGMA_ONCE 34 # pragma once 35 #endif 33 36 34 37 #include <iprt/types.h> -
trunk/src/VBox/Runtime/r0drv/nt/internal-r0drv-nt.h
r72639 r76513 27 27 #ifndef ___internal_r0drv_h 28 28 #define ___internal_r0drv_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/cpuset.h> -
trunk/src/VBox/Runtime/r0drv/nt/symdb.h
r69111 r76513 27 27 #ifndef ___internal_r0drv_nt_symdb_h 28 28 #define ___internal_r0drv_nt_symdb_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/types.h> -
trunk/src/VBox/Runtime/r0drv/nt/symdbdata.h
r72614 r76513 25 25 */ 26 26 27 28 27 #ifndef ___r0drv_nt_symdbdata_h 29 28 #define ___r0drv_nt_symdbdata_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 #include "r0drv/nt/symdb.h" -
trunk/src/VBox/Runtime/r0drv/nt/the-nt-kernel.h
r73347 r76513 27 27 #ifndef ___the_nt_kernel_h 28 28 #define ___the_nt_kernel_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/cdefs.h> -
trunk/src/VBox/Runtime/r0drv/os2/the-os2-kernel.h
r75129 r76513 29 29 */ 30 30 31 32 31 #ifndef ___the_os2_kernel_h 33 32 #define ___the_os2_kernel_h 33 #ifndef RT_WITHOUT_PRAGMA_ONCE 34 # pragma once 35 #endif 34 36 35 37 #include <iprt/types.h> -
trunk/src/VBox/Runtime/r0drv/power-r0drv.h
r69111 r76513 27 27 #ifndef ___r0drv_powermgt_r0drv_h 28 28 #define ___r0drv_powermgt_r0drv_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/power.h> -
trunk/src/VBox/Runtime/r0drv/solaris/memobj-r0drv-solaris.h
r69111 r76513 25 25 */ 26 26 27 28 27 #ifndef ___r0drv_solaris_memobj_r0drv_solaris_h 29 28 #define ___r0drv_solaris_memobj_r0drv_solaris_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 /******************************************************************************* -
trunk/src/VBox/Runtime/r0drv/solaris/semeventwait-r0drv-solaris.h
r69111 r76513 25 25 */ 26 26 27 28 27 #ifndef ___r0drv_solaris_semeventwait_r0drv_solaris_h 29 28 #define ___r0drv_solaris_semeventwait_r0drv_solaris_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 #include "the-solaris-kernel.h" -
trunk/src/VBox/Runtime/r0drv/solaris/the-solaris-kernel.h
r69474 r76513 27 27 #ifndef ___the_solaris_kernel_h 28 28 #define ___the_solaris_kernel_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <sys/kmem.h> -
trunk/src/VBox/Runtime/r3/alloc-ef.h
r69474 r76513 27 27 #ifndef ___alloc_ef_h 28 28 #define ___alloc_ef_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 /******************************************************************************* -
trunk/src/VBox/Runtime/r3/allocex.h
r69111 r76513 25 25 */ 26 26 27 28 27 #ifndef ___r3_allocex_h 29 28 #define ___r3_allocex_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 #include <iprt/types.h> -
trunk/src/VBox/Runtime/r3/init.h
r69111 r76513 25 25 */ 26 26 27 28 27 #ifndef ___r3_init_h 29 28 #define ___r3_init_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 #include <iprt/types.h> -
trunk/src/VBox/Runtime/r3/nt/internal-r3-nt.h
r70428 r76513 25 25 */ 26 26 27 28 27 #ifndef ___internal_r3_nt_h___ 29 28 #define ___internal_r3_nt_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 #ifdef IN_SUP_HARDENED_R3 -
trunk/src/VBox/Runtime/r3/solaris/coredumper-solaris.h
r69474 r76513 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 27 #ifndef RT_INCLUDED_r3_solaris_coredumper_solaris_h 28 #define RT_INCLUDED_r3_solaris_coredumper_solaris_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 26 32 27 33 #include <iprt/types.h> … … 158 164 typedef int (*PFNRTSOLCORETHREADWORKER)(PRTSOLCORE pSolCore, void *pvThreadInfo); 159 165 166 #endif 167 -
trunk/src/VBox/Runtime/r3/win/internal-r3-win.h
r71950 r76513 25 25 */ 26 26 27 28 27 #ifndef ___internal_r3_win_h 29 28 #define ___internal_r3_win_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 #include "internal/iprt.h" -
trunk/src/VBox/Runtime/r3/win/vcc100-fakes.h
r70394 r76513 27 27 #ifndef ___vcc100_fakes_h___ 28 28 #define ___vcc100_fakes_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #ifdef RT_STRICT -
trunk/src/VBox/Runtime/testcase/72kb-random.h
r69111 r76513 25 25 * terms and conditions of either the GPL or the CDDL or both. 26 26 */ 27 28 #ifndef RT_INCLUDED_testcase_72kb_random_h 29 #define RT_INCLUDED_testcase_72kb_random_h 30 #ifndef RT_WITHOUT_PRAGMA_ONCE 31 # pragma once 32 #endif 27 33 28 34 #include <iprt/cdefs.h> … … 4641 4647 4642 4648 const unsigned g_cbRandom72KB = sizeof(g_abRandom72KB); 4643 /* end of file */4644 4649 4650 #endif 4651 -
trunk/src/VBox/Runtime/testcase/tstRTR0Common.h
r69111 r76513 25 25 */ 26 26 27 28 27 #ifndef ___testcase_tstRTR0Common_h 29 28 #define ___testcase_tstRTR0Common_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 #include <iprt/stdarg.h> -
trunk/src/VBox/Runtime/testcase/tstRTR0CommonDriver.h
r69111 r76513 25 25 */ 26 26 27 28 27 #ifndef ___testcase_tstRTR0CommonDriver_h 29 28 #define ___testcase_tstRTR0CommonDriver_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 -
trunk/src/VBox/Runtime/testcase/tstRTR0CommonReq.h
r69111 r76513 25 25 */ 26 26 27 28 27 #ifndef ___testcase_tstRTR0CommonReq_h 29 28 #define ___testcase_tstRTR0CommonReq_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 #include <VBox/sup.h> -
trunk/src/VBox/Runtime/testcase/tstRTR0DbgKrnlInfo.h
r69111 r76513 25 25 */ 26 26 27 #ifndef RT_INCLUDED_testcase_tstRTR0DbgKrnlInfo_h 28 #define RT_INCLUDED_testcase_tstRTR0DbgKrnlInfo_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 32 27 33 #ifdef IN_RING0 28 34 RT_C_DECLS_BEGIN … … 39 45 } TSTR0DBGKRNLINFO; 40 46 47 #endif 48 -
trunk/src/VBox/Runtime/testcase/tstRTR0MemUserKernel.h
r69111 r76513 25 25 */ 26 26 27 #ifndef RT_INCLUDED_testcase_tstRTR0MemUserKernel_h 28 #define RT_INCLUDED_testcase_tstRTR0MemUserKernel_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 32 27 33 #ifdef IN_RING0 28 34 RT_C_DECLS_BEGIN … … 42 48 } TSTRTR0MEMUSERKERNEL; 43 49 50 #endif 51 -
trunk/src/VBox/Runtime/testcase/tstRTR0SemMutex.h
r69111 r76513 25 25 */ 26 26 27 #ifndef RT_INCLUDED_testcase_tstRTR0SemMutex_h 28 #define RT_INCLUDED_testcase_tstRTR0SemMutex_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 32 27 33 #ifdef IN_RING0 28 34 RT_C_DECLS_BEGIN … … 48 54 } TSTRTR0SEMMUTEX; 49 55 56 #endif 57 -
trunk/src/VBox/Runtime/testcase/tstRTR0Thread.h
r69111 r76513 25 25 */ 26 26 27 #ifndef RT_INCLUDED_testcase_tstRTR0Thread_h 28 #define RT_INCLUDED_testcase_tstRTR0Thread_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 32 27 33 #include "tstRTR0CommonReq.h" 28 34 … … 41 47 } TSTR0THREAD; 42 48 49 #endif -
trunk/src/VBox/Runtime/testcase/tstRTR0ThreadPreemption.h
r69111 r76513 25 25 */ 26 26 27 #ifndef RT_INCLUDED_testcase_tstRTR0ThreadPreemption_h 28 #define RT_INCLUDED_testcase_tstRTR0ThreadPreemption_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 32 27 33 #ifdef IN_RING0 28 34 RT_C_DECLS_BEGIN … … 43 49 } TSTRTR0THREADPREEMPTION; 44 50 51 #endif 52 -
trunk/src/VBox/Runtime/testcase/tstRTR0Timer.h
r69111 r76513 25 25 */ 26 26 27 #ifndef RT_INCLUDED_testcase_tstRTR0Timer_h 28 #define RT_INCLUDED_testcase_tstRTR0Timer_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 27 32 28 33 #include "tstRTR0CommonReq.h" … … 74 79 ) 75 80 81 #endif
Note:
See TracChangeset
for help on using the changeset viewer.