VirtualBox

Changeset 76560 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Jan 1, 2019 3:01:10 AM (6 years ago)
Author:
vboxsync
Message:

IPRT: Use IPRT_INCLUDED_SRC_ as header guard prefix for files around the source tree.

Location:
trunk/src/VBox/Runtime
Files:
50 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/.scm-settings

    r76559 r76560  
    115115/common/misc/sanity.h                          : --no-fix-header-guards
    116116/r3/win/vcc100-kernel32-fakes.h                : --no-fix-header-guards
     117/*.h: --guard-relative-to-dir . --guard-prefix IPRT_INCLUDED_SRC_
    117118/include/internal/*.h: --guard-relative-to-dir include/internal --guard-prefix IPRT_INCLUDED_INTERNAL_
    118119
  • trunk/src/VBox/Runtime/common/crypto/key-internal.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___common_crypto_keys_internal_h
    28 #define ___common_crypto_keys_internal_h
     27#ifndef IPRT_INCLUDED_SRC_common_crypto_key_internal_h
     28#define IPRT_INCLUDED_SRC_common_crypto_key_internal_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/common/crypto/pkcs7-internal.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___common_crypto_pkcs7_internal_h
    28 #define ___common_crypto_pkcs7_internal_h
     27#ifndef IPRT_INCLUDED_SRC_common_crypto_pkcs7_internal_h
     28#define IPRT_INCLUDED_SRC_common_crypto_pkcs7_internal_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/common/crypto/pkix-signature-builtin.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___common_crypto_pkix_signature_builtin_h
    28 #define ___common_crypto_pkix_signature_builtin_h
     27#ifndef IPRT_INCLUDED_SRC_common_crypto_pkix_signature_builtin_h
     28#define IPRT_INCLUDED_SRC_common_crypto_pkix_signature_builtin_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/common/crypto/rsa-internal.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___common_crypto_rsa_internal_h
    28 #define ___common_crypto_rsa_internal_h
     27#ifndef IPRT_INCLUDED_SRC_common_crypto_rsa_internal_h
     28#define IPRT_INCLUDED_SRC_common_crypto_rsa_internal_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/common/crypto/spc-internal.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___common_crypto_spc_internal_h
    28 #define ___common_crypto_spc_internal_h
     27#ifndef IPRT_INCLUDED_SRC_common_crypto_spc_internal_h
     28#define IPRT_INCLUDED_SRC_common_crypto_spc_internal_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/common/crypto/store-internal.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___common_crypto_store_internal_h
    28 #define ___common_crypto_store_internal_h
     27#ifndef IPRT_INCLUDED_SRC_common_crypto_store_internal_h
     28#define IPRT_INCLUDED_SRC_common_crypto_store_internal_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/common/crypto/taf-internal.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___common_crypto_taf_internal_h
    28 #define ___common_crypto_taf_internal_h
     27#ifndef IPRT_INCLUDED_SRC_common_crypto_taf_internal_h
     28#define IPRT_INCLUDED_SRC_common_crypto_taf_internal_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/common/crypto/tsp-internal.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___common_crypto_tsp_internal_h
    28 #define ___common_crypto_tsp_internal_h
     27#ifndef IPRT_INCLUDED_SRC_common_crypto_tsp_internal_h
     28#define IPRT_INCLUDED_SRC_common_crypto_tsp_internal_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/common/crypto/x509-internal.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___common_crypto_x509_internal_h
    28 #define ___common_crypto_x509_internal_h
     27#ifndef IPRT_INCLUDED_SRC_common_crypto_x509_internal_h
     28#define IPRT_INCLUDED_SRC_common_crypto_x509_internal_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/common/misc/handletable.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef RT_INCLUDED_common_misc_handletable_h
    28 #define RT_INCLUDED_common_misc_handletable_h
     27#ifndef IPRT_INCLUDED_SRC_common_misc_handletable_h
     28#define IPRT_INCLUDED_SRC_common_misc_handletable_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/common/zip/tar.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef __common_zip_tar_h
    28 #define __common_zip_tar_h
     27#ifndef IPRT_INCLUDED_SRC_common_zip_tar_h
     28#define IPRT_INCLUDED_SRC_common_zip_tar_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/r0drv/alloc-r0drv.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___r0drv_alloc_r0drv_h
    28 #define ___r0drv_alloc_r0drv_h
     27#ifndef IPRT_INCLUDED_SRC_r0drv_alloc_r0drv_h
     28#define IPRT_INCLUDED_SRC_r0drv_alloc_r0drv_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___the_darwin_kernel_h
    28 #define ___the_darwin_kernel_h
     27#ifndef IPRT_INCLUDED_SRC_r0drv_darwin_the_darwin_kernel_h
     28#define IPRT_INCLUDED_SRC_r0drv_darwin_the_darwin_kernel_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/r0drv/freebsd/sleepqueue-r0drv-freebsd.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___r0drv_freebsd_sleepqueue_r0drv_freebsd_h
    28 #define ___r0drv_freebsd_sleepqueue_r0drv_freebsd_h
     27#ifndef IPRT_INCLUDED_SRC_r0drv_freebsd_sleepqueue_r0drv_freebsd_h
     28#define IPRT_INCLUDED_SRC_r0drv_freebsd_sleepqueue_r0drv_freebsd_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/r0drv/freebsd/the-freebsd-kernel.h

    r76513 r76560  
    2929 */
    3030
    31 #ifndef ___the_freebsd_kernel_h
    32 #define ___the_freebsd_kernel_h
     31#ifndef IPRT_INCLUDED_SRC_r0drv_freebsd_the_freebsd_kernel_h
     32#define IPRT_INCLUDED_SRC_r0drv_freebsd_the_freebsd_kernel_h
    3333#ifndef RT_WITHOUT_PRAGMA_ONCE
    3434# pragma once
  • trunk/src/VBox/Runtime/r0drv/haiku/the-haiku-kernel.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___the_haiku_kernel_h
    28 #define ___the_haiku_kernel_h
     27#ifndef IPRT_INCLUDED_SRC_r0drv_haiku_the_haiku_kernel_h
     28#define IPRT_INCLUDED_SRC_r0drv_haiku_the_haiku_kernel_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/r0drv/linux/string.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___string_h
    28 #define ___string_h
     27#ifndef IPRT_INCLUDED_SRC_r0drv_linux_string_h
     28#define IPRT_INCLUDED_SRC_r0drv_linux_string_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h

    r76557 r76560  
    2525 */
    2626
    27 #ifndef ___the_linux_kernel_h
    28 #define ___the_linux_kernel_h
     27#ifndef IPRT_INCLUDED_SRC_r0drv_linux_the_linux_kernel_h
     28#define IPRT_INCLUDED_SRC_r0drv_linux_the_linux_kernel_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/r0drv/linux/waitqueue-r0drv-linux.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___r0drv_linux_waitqueue_r0drv_linux_h
    28 #define ___r0drv_linux_waitqueue_r0drv_linux_h
     27#ifndef IPRT_INCLUDED_SRC_r0drv_linux_waitqueue_r0drv_linux_h
     28#define IPRT_INCLUDED_SRC_r0drv_linux_waitqueue_r0drv_linux_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/r0drv/mp-r0drv.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___r0drv_mp_r0drv_h
    28 #define ___r0drv_mp_r0drv_h
     27#ifndef IPRT_INCLUDED_SRC_r0drv_mp_r0drv_h
     28#define IPRT_INCLUDED_SRC_r0drv_mp_r0drv_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/r0drv/netbsd/sleepqueue-r0drv-netbsd.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___r0drv_netbsd_sleepqueue_r0drv_netbsd_h
    28 #define ___r0drv_netbsd_sleepqueue_r0drv_netbsd_h
     27#ifndef IPRT_INCLUDED_SRC_r0drv_netbsd_sleepqueue_r0drv_netbsd_h
     28#define IPRT_INCLUDED_SRC_r0drv_netbsd_sleepqueue_r0drv_netbsd_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/r0drv/netbsd/the-netbsd-kernel.h

    r76513 r76560  
    2929 */
    3030
    31 #ifndef ___the_netbsd_kernel_h
    32 #define ___the_netbsd_kernel_h
     31#ifndef IPRT_INCLUDED_SRC_r0drv_netbsd_the_netbsd_kernel_h
     32#define IPRT_INCLUDED_SRC_r0drv_netbsd_the_netbsd_kernel_h
    3333#ifndef RT_WITHOUT_PRAGMA_ONCE
    3434# pragma once
  • trunk/src/VBox/Runtime/r0drv/nt/internal-r0drv-nt.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___internal_r0drv_h
    28 #define ___internal_r0drv_h
     27#ifndef IPRT_INCLUDED_SRC_r0drv_nt_internal_r0drv_nt_h
     28#define IPRT_INCLUDED_SRC_r0drv_nt_internal_r0drv_nt_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/r0drv/nt/ntBldSymDb.cpp

    r76553 r76560  
    219219                 "\n"
    220220                 "\n"
    221                  "#ifndef ___r0drv_nt_symdbdata_h\n"
    222                  "#define ___r0drv_nt_symdbdata_h\n"
     221                 "#ifndef IPRT_INCLUDED_SRC_nt_symdbdata_h\n"
     222                 "#define IPRT_INCLUDED_SRC_nt_symdbdata_h\n"
    223223                 "\n"
    224224                 "#include \"r0drv/nt/symdb.h\"\n"
  • trunk/src/VBox/Runtime/r0drv/nt/symdb.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___internal_r0drv_nt_symdb_h
    28 #define ___internal_r0drv_nt_symdb_h
     27#ifndef IPRT_INCLUDED_SRC_r0drv_nt_symdb_h
     28#define IPRT_INCLUDED_SRC_r0drv_nt_symdb_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/r0drv/nt/symdbdata.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___r0drv_nt_symdbdata_h
    28 #define ___r0drv_nt_symdbdata_h
     27#ifndef IPRT_INCLUDED_SRC_r0drv_nt_symdbdata_h
     28#define IPRT_INCLUDED_SRC_r0drv_nt_symdbdata_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/r0drv/nt/the-nt-kernel.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___the_nt_kernel_h
    28 #define ___the_nt_kernel_h
     27#ifndef IPRT_INCLUDED_SRC_r0drv_nt_the_nt_kernel_h
     28#define IPRT_INCLUDED_SRC_r0drv_nt_the_nt_kernel_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/r0drv/os2/the-os2-kernel.h

    r76513 r76560  
    2929 */
    3030
    31 #ifndef ___the_os2_kernel_h
    32 #define ___the_os2_kernel_h
     31#ifndef IPRT_INCLUDED_SRC_r0drv_os2_the_os2_kernel_h
     32#define IPRT_INCLUDED_SRC_r0drv_os2_the_os2_kernel_h
    3333#ifndef RT_WITHOUT_PRAGMA_ONCE
    3434# pragma once
  • trunk/src/VBox/Runtime/r0drv/power-r0drv.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___r0drv_powermgt_r0drv_h
    28 #define ___r0drv_powermgt_r0drv_h
     27#ifndef IPRT_INCLUDED_SRC_r0drv_power_r0drv_h
     28#define IPRT_INCLUDED_SRC_r0drv_power_r0drv_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/r0drv/solaris/memobj-r0drv-solaris.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___r0drv_solaris_memobj_r0drv_solaris_h
    28 #define ___r0drv_solaris_memobj_r0drv_solaris_h
     27#ifndef IPRT_INCLUDED_SRC_r0drv_solaris_memobj_r0drv_solaris_h
     28#define IPRT_INCLUDED_SRC_r0drv_solaris_memobj_r0drv_solaris_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/r0drv/solaris/semeventwait-r0drv-solaris.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___r0drv_solaris_semeventwait_r0drv_solaris_h
    28 #define ___r0drv_solaris_semeventwait_r0drv_solaris_h
     27#ifndef IPRT_INCLUDED_SRC_r0drv_solaris_semeventwait_r0drv_solaris_h
     28#define IPRT_INCLUDED_SRC_r0drv_solaris_semeventwait_r0drv_solaris_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/r0drv/solaris/the-solaris-kernel.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___the_solaris_kernel_h
    28 #define ___the_solaris_kernel_h
     27#ifndef IPRT_INCLUDED_SRC_r0drv_solaris_the_solaris_kernel_h
     28#define IPRT_INCLUDED_SRC_r0drv_solaris_the_solaris_kernel_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/r3/alloc-ef.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___alloc_ef_h
    28 #define ___alloc_ef_h
     27#ifndef IPRT_INCLUDED_SRC_r3_alloc_ef_h
     28#define IPRT_INCLUDED_SRC_r3_alloc_ef_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/r3/allocex.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___r3_allocex_h
    28 #define ___r3_allocex_h
     27#ifndef IPRT_INCLUDED_SRC_r3_allocex_h
     28#define IPRT_INCLUDED_SRC_r3_allocex_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/r3/init.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___r3_init_h
    28 #define ___r3_init_h
     27#ifndef IPRT_INCLUDED_SRC_r3_init_h
     28#define IPRT_INCLUDED_SRC_r3_init_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/r3/nt/internal-r3-nt.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___internal_r3_nt_h___
    28 #define ___internal_r3_nt_h___
     27#ifndef IPRT_INCLUDED_SRC_r3_nt_internal_r3_nt_h
     28#define IPRT_INCLUDED_SRC_r3_nt_internal_r3_nt_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/r3/solaris/coredumper-solaris.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef RT_INCLUDED_r3_solaris_coredumper_solaris_h
    28 #define RT_INCLUDED_r3_solaris_coredumper_solaris_h
     27#ifndef IPRT_INCLUDED_SRC_r3_solaris_coredumper_solaris_h
     28#define IPRT_INCLUDED_SRC_r3_solaris_coredumper_solaris_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/r3/win/internal-r3-win.h

    r76557 r76560  
    2525 */
    2626
    27 #ifndef ___internal_r3_win_h
    28 #define ___internal_r3_win_h
     27#ifndef IPRT_INCLUDED_SRC_r3_win_internal_r3_win_h
     28#define IPRT_INCLUDED_SRC_r3_win_internal_r3_win_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/r3/win/vcc100-fakes.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___vcc100_fakes_h___
    28 #define ___vcc100_fakes_h___
     27#ifndef IPRT_INCLUDED_SRC_r3_win_vcc100_fakes_h
     28#define IPRT_INCLUDED_SRC_r3_win_vcc100_fakes_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/testcase/72kb-random.h

    r76553 r76560  
    2626 */
    2727
    28 #ifndef RT_INCLUDED_testcase_72kb_random_h
    29 #define RT_INCLUDED_testcase_72kb_random_h
     28#ifndef IPRT_INCLUDED_SRC_testcase_72kb_random_h
     29#define IPRT_INCLUDED_SRC_testcase_72kb_random_h
    3030#ifndef RT_WITHOUT_PRAGMA_ONCE
    3131# pragma once
  • trunk/src/VBox/Runtime/testcase/tstRTR0Common.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___testcase_tstRTR0Common_h
    28 #define ___testcase_tstRTR0Common_h
     27#ifndef IPRT_INCLUDED_SRC_testcase_tstRTR0Common_h
     28#define IPRT_INCLUDED_SRC_testcase_tstRTR0Common_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/testcase/tstRTR0CommonDriver.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___testcase_tstRTR0CommonDriver_h
    28 #define ___testcase_tstRTR0CommonDriver_h
     27#ifndef IPRT_INCLUDED_SRC_testcase_tstRTR0CommonDriver_h
     28#define IPRT_INCLUDED_SRC_testcase_tstRTR0CommonDriver_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/testcase/tstRTR0CommonReq.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef ___testcase_tstRTR0CommonReq_h
    28 #define ___testcase_tstRTR0CommonReq_h
     27#ifndef IPRT_INCLUDED_SRC_testcase_tstRTR0CommonReq_h
     28#define IPRT_INCLUDED_SRC_testcase_tstRTR0CommonReq_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/testcase/tstRTR0DbgKrnlInfo.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef RT_INCLUDED_testcase_tstRTR0DbgKrnlInfo_h
    28 #define RT_INCLUDED_testcase_tstRTR0DbgKrnlInfo_h
     27#ifndef IPRT_INCLUDED_SRC_testcase_tstRTR0DbgKrnlInfo_h
     28#define IPRT_INCLUDED_SRC_testcase_tstRTR0DbgKrnlInfo_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/testcase/tstRTR0MemUserKernel.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef RT_INCLUDED_testcase_tstRTR0MemUserKernel_h
    28 #define RT_INCLUDED_testcase_tstRTR0MemUserKernel_h
     27#ifndef IPRT_INCLUDED_SRC_testcase_tstRTR0MemUserKernel_h
     28#define IPRT_INCLUDED_SRC_testcase_tstRTR0MemUserKernel_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/testcase/tstRTR0SemMutex.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef RT_INCLUDED_testcase_tstRTR0SemMutex_h
    28 #define RT_INCLUDED_testcase_tstRTR0SemMutex_h
     27#ifndef IPRT_INCLUDED_SRC_testcase_tstRTR0SemMutex_h
     28#define IPRT_INCLUDED_SRC_testcase_tstRTR0SemMutex_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/testcase/tstRTR0Thread.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef RT_INCLUDED_testcase_tstRTR0Thread_h
    28 #define RT_INCLUDED_testcase_tstRTR0Thread_h
     27#ifndef IPRT_INCLUDED_SRC_testcase_tstRTR0Thread_h
     28#define IPRT_INCLUDED_SRC_testcase_tstRTR0Thread_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/testcase/tstRTR0ThreadPreemption.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef RT_INCLUDED_testcase_tstRTR0ThreadPreemption_h
    28 #define RT_INCLUDED_testcase_tstRTR0ThreadPreemption_h
     27#ifndef IPRT_INCLUDED_SRC_testcase_tstRTR0ThreadPreemption_h
     28#define IPRT_INCLUDED_SRC_testcase_tstRTR0ThreadPreemption_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
  • trunk/src/VBox/Runtime/testcase/tstRTR0Timer.h

    r76553 r76560  
    2525 */
    2626
    27 #ifndef RT_INCLUDED_testcase_tstRTR0Timer_h
    28 #define RT_INCLUDED_testcase_tstRTR0Timer_h
     27#ifndef IPRT_INCLUDED_SRC_testcase_tstRTR0Timer_h
     28#define IPRT_INCLUDED_SRC_testcase_tstRTR0Timer_h
    2929#ifndef RT_WITHOUT_PRAGMA_ONCE
    3030# pragma once
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette