Changeset 76513 in vbox for trunk/src/VBox/Runtime/include/internal
- Timestamp:
- Dec 30, 2018 5:16:00 AM (6 years ago)
- Location:
- trunk/src/VBox/Runtime/include/internal
- Files:
-
- 29 edited
Legend:
- Unmodified
- Added
- Removed
-
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>
Note:
See TracChangeset
for help on using the changeset viewer.