VirtualBox

Changeset 3630

Show
Ignore:
Timestamp:
07/16/07 14:17:02 (1 year ago)
Author:
vboxsync
Message:

iprt_hdr_h -> _iprt_hdr_h

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/iprt/alloc.h

    r2981 r3630  
    1919 */ 
    2020 
    21 #ifndef __iprt_alloc_h__ 
    22 #define __iprt_alloc_h__ 
     21#ifndef ___iprt_alloc_h 
     22#define ___iprt_alloc_h 
    2323 
    2424/* Forwarding to the canonical header. */ 
  • trunk/include/iprt/asm.h

    r3361 r3630  
    1919 */ 
    2020 
    21 #ifndef __iprt_asm_h__ 
    22 #define __iprt_asm_h__ 
     21#ifndef ___iprt_asm_h 
     22#define ___iprt_asm_h 
    2323 
    2424#include <iprt/cdefs.h> 
  • trunk/include/iprt/assert.h

    r3111 r3630  
    1919 */ 
    2020 
    21 #ifndef __iprt_assert_h__ 
    22 #define __iprt_assert_h__ 
     21#ifndef ___iprt_assert_h 
     22#define ___iprt_assert_h 
    2323 
    2424#include <iprt/cdefs.h> 
  • trunk/include/iprt/avl.h

    r2981 r3630  
    2020 */ 
    2121 
    22 #ifndef __iprt_avl_h__ 
    23 #define __iprt_avl_h__ 
     22#ifndef ___iprt_avl_h 
     23#define ___iprt_avl_h 
    2424 
    2525#include <iprt/cdefs.h> 
  • trunk/include/iprt/cdefs.h

    r3281 r3630  
    1919 */ 
    2020 
    21 #ifndef __iprt_cdefs_h__ 
    22 #define __iprt_cdefs_h__ 
     21#ifndef ___iprt_cdefs_h 
     22#define ___iprt_cdefs_h 
    2323 
    2424 
  • trunk/include/iprt/cpputils.h

    r3008 r3630  
    1919 */ 
    2020 
    21 #ifndef ___iprt_cpputils_h___ 
    22 #define ___iprt_cpputils_h___ 
     21#ifndef ___iprt_cpputils_h 
     22#define ___iprt_cpputils_h 
    2323 
    2424/** @defgroup grp_rt_cpputils   C++ Utilities 
  • trunk/include/iprt/crc32.h

    r2981 r3630  
    1919 */ 
    2020 
    21 #ifndef __iprt_crc32_h__ 
    22 #define __iprt_crc32_h__ 
    23  
     21#ifndef ___iprt_crc32_h 
     22#define ___iprt_crc32_h 
    2423 
    2524#include <iprt/cdefs.h> 
  • trunk/include/iprt/crc64.h

    r2981 r3630  
    1919 */ 
    2020 
    21 #ifndef __iprt_crc64_h__ 
    22 #define __iprt_crc64_h__ 
     21#ifndef ___iprt_crc64_h 
     22#define ___iprt_crc64_h 
    2323 
    2424 
  • trunk/include/iprt/critsect.h

    r2981 r3630  
    1919 */ 
    2020 
    21 #ifndef __iprt_critsect_h__ 
    22 #define __iprt_critsect_h__ 
     21#ifndef ___iprt_critsect_h 
     22#define ___iprt_critsect_h 
    2323 
    2424#include <iprt/cdefs.h> 
  • trunk/include/iprt/ctype.h

    r2981 r3630  
    1919 */ 
    2020 
    21 #ifndef __iprt_ctype_h__ 
    22 #define __iprt_ctype_h__ 
     21#ifndef ___iprt_ctype_h 
     22#define ___iprt_ctype_h 
    2323 
    2424#include <ctype.h> 
  • trunk/include/iprt/dir.h

    r2981 r3630  
    1919 */ 
    2020 
    21 #ifndef __iprt_dir_h__ 
    22 #define __iprt_dir_h__ 
     21#ifndef ___iprt_dir_h 
     22#define ___iprt_dir_h 
    2323 
    2424#include <iprt/cdefs.h> 
  • trunk/include/iprt/env.h

    r2981 r3630  
    1919 */ 
    2020 
    21 #ifndef __iprt_env_h__ 
    22 #define __iprt_env_h__ 
     21#ifndef ___iprt_env_h 
     22#define ___iprt_env_h 
    2323 
    2424#include <iprt/cdefs.h> 
  • trunk/include/iprt/err.h

    r3022 r3630  
    1919 */ 
    2020 
    21  
    22 #ifndef __iprt_err_h__ 
    23 #define __iprt_err_h__ 
     21#ifndef ___iprt_err_h 
     22#define ___iprt_err_h 
    2423 
    2524#include <iprt/cdefs.h> 
  • trunk/include/iprt/file.h

    r2981 r3630  
    1919 */ 
    2020 
    21 #ifndef __iprt_file_h__ 
    22 #define __iprt_file_h__ 
     21#ifndef ___iprt_file_h 
     22#define ___iprt_file_h 
    2323 
    2424#include <iprt/cdefs.h> 
  • trunk/include/iprt/fs.h

    r2981 r3630  
    1919 */ 
    2020 
    21  
    22 #ifndef __iprt_fs_h__ 
    23 #define __iprt_fs_h__ 
     21#ifndef ___iprt_fs_h 
     22#define ___iprt_fs_h 
    2423 
    2524#include <iprt/cdefs.h> 
     
    458457__END_DECLS 
    459458 
    460 #endif /* __iprt_fs_h__ */ 
    461  
     459#endif /* ___iprt_fs_h */ 
     460 
  • trunk/include/iprt/heap.h

    r2981 r3630  
    1 /* $Id: $ */ 
    21/** @file 
    32 * innotek Portable Runtime - A Simple Heap. 
     
    2019 */ 
    2120 
    22 #ifndef __iprt_heap_h__ 
    23 #define __iprt_heap_h__ 
     21#ifndef ___iprt_heap_h 
     22#define ___iprt_heap_h 
    2423 
    2524#include <iprt/cdefs.h> 
  • trunk/include/iprt/initterm.h

    r3123 r3630  
    1919 */ 
    2020 
    21 #ifndef __iprt_initterm_h__ 
    22 #define __iprt_initterm_h__ 
     21#ifndef ___iprt_initterm_h 
     22#define ___iprt_initterm_h 
    2323 
    2424#include <iprt/cdefs.h> 
    2525#include <iprt/types.h> 
    26  
    2726 
    2827__BEGIN_DECLS 
  • trunk/include/iprt/ldr.h

    r2981 r3630  
    1919 */ 
    2020 
    21 #ifndef __iprt_ldr_h__ 
    22 #define __iprt_ldr_h__ 
     21#ifndef ___iprt_ldr_h 
     22#define ___iprt_ldr_h 
    2323 
    2424#include <iprt/cdefs.h> 
  • trunk/include/iprt/log.h

    r3243 r3630  
    1919 */ 
    2020 
    21 #ifndef __iprt_log_h__ 
    22 #define __iprt_log_h__ 
     21#ifndef ___iprt_log_h 
     22#define ___iprt_log_h 
    2323 
    2424#include <iprt/cdefs.h> 
  • trunk/include/iprt/md5.h

    r2981 r3630  
    1919 */ 
    2020 
    21 #ifndef __iprt_md5_h__ 
    22 #define __iprt_md5_h__ 
     21#ifndef ___iprt_md5_h 
     22#define ___iprt_md5_h 
    2323 
    2424#include <iprt/types.h> 
  • trunk/include/iprt/mem.h

    r3311 r3630  
    1919 */ 
    2020 
    21 #ifndef __iprt_mem_h__ 
    22 #define __iprt_mem_h__ 
     21#ifndef ___iprt_mem_h 
     22#define ___iprt_mem_h 
    2323 
    2424 
  • trunk/include/iprt/memobj.h

    r2981 r3630  
    1919 */ 
    2020 
    21  
    22 #ifndef __iprt_memobj_h__ 
    23 #define __iprt_memobj_h__ 
     21#ifndef ___iprt_memobj_h 
     22#define ___iprt_memobj_h 
    2423 
    2524#include <iprt/cdefs.h> 
  • trunk/include/iprt/param.h

    r3600 r3630  
    1919 */ 
    2020 
    21 #ifndef __iprt_param_h__ 
    22 #define __iprt_param_h__ 
     21#ifndef ___iprt_param_h 
     22#define ___iprt_param_h 
    2323 
    2424/** @todo Much of the PAGE_* stuff here is obsolete and highly risky to have around. 
  • trunk/include/iprt/path.h

    r2981 r3630  
    1919 */ 
    2020 
    21 #ifndef __iprt_path_h__ 
    22 #define __iprt_path_h__ 
     21#ifndef ___iprt_path_h 
     22#define ___iprt_path_h 
    2323 
    2424#include <iprt/cdefs.h> 
  • trunk/include/iprt/process.h

    r2981 r3630  
    1919 */ 
    2020 
    21 #ifndef __iprt_process_h__ 
    22 #define __iprt_process_h__ 
     21#ifndef ___iprt_process_h 
     22#define ___iprt_process_h 
    2323 
    2424#include <iprt/cdefs.h> 
  • trunk/include/iprt/rand.h

    r2981 r3630  
    1919 */ 
    2020 
    21 #ifndef __iprt_rand_h__ 
    22 #define __iprt_rand_h__ 
     21#ifndef ___iprt_rand_h 
     22#define ___iprt_rand_h 
    2323 
    2424#include <iprt/cdefs.h> 
  • trunk/include/iprt/req.h

    r2981 r3630  
    1919 */ 
    2020 
    21 #ifndef __iprt_req_h__ 
    22 #define __iprt_req_h__ 
     21#ifndef ___iprt_req_h 
     22#define ___iprt_req_h 
    2323 
    2424#include <iprt/cdefs.h> 
  • trunk/include/iprt/runtime.h

    r2981 r3630  
    1919 */ 
    2020 
    21 #ifndef __iprt_runtime_h__ 
    22 #define __iprt_runtime_h__ 
     21#ifndef ___iprt_runtime_h 
     22#define ___iprt_runtime_h 
    2323 
    2424#include <iprt/cdefs.h> 
  • trunk/include/iprt/semaphore.h

    r2981 r3630  
    1919 */ 
    2020 
    21 #ifndef __iprt_semaphore_h__ 
    22 #define __iprt_semaphore_h__ 
     21#ifndef ___iprt_semaphore_h 
     22#define ___iprt_semaphore_h 
    2323 
    2424#include <iprt/cdefs.h> 
  • trunk/include/iprt/spinlock.h

    r2981 r3630  
    1919 */ 
    2020 
    21 #ifndef __iprt_spinlock_h__ 
    22 #define __iprt_spinlock_h__ 
     21#ifndef ___iprt_spinlock_h 
     22#define ___iprt_spinlock_h 
    2323 
    2424#include <iprt/cdefs.h> 
  • trunk/include/iprt/stdarg.h

    r2981 r3630  
    1919 */ 
    2020 
    21 #ifndef __iprt_stdarg_h__ 
    22 #define __iprt_stdarg_h__ 
     21#ifndef ___iprt_stdarg_h 
     22#define ___iprt_stdarg_h 
    2323 
    2424#ifndef IPRT_NO_CRT 
  • trunk/include/iprt/stdint.h

    r3281 r3630  
    2626 */ 
    2727 
    28 #ifndef __iprt_stdint_h__ 
    29 #define __iprt_stdint_h__ 
     28#ifndef ___iprt_stdint_h 
     29#define ___iprt_stdint_h 
    3030 
    3131#ifndef __STDC_CONSTANT_MACROS 
  • trunk/include/iprt/stream.h

    r2981 r3630  
    1919 */ 
    2020 
    21 #ifndef __iprt_stream_h__ 
    22 #define __iprt_stream_h__ 
     21#ifndef ___iprt_stream_h 
     22#define ___iprt_stream_h 
    2323 
    2424#include <iprt/cdefs.h> 
  • trunk/include/iprt/string.h

    r3624 r3630  
    1919 */ 
    2020 
    21  
    22 #ifndef __iprt_string_h__ 
    23 #define __iprt_string_h__ 
     21#ifndef ___iprt_string_h 
     22#define ___iprt_string_h 
    2423 
    2524#include <iprt/cdefs.h> 
  • trunk/include/iprt/system.h

    r2981 r3630  
    1919 */ 
    2020 
    21 #ifndef __iprt_system_h__ 
    22 #define __iprt_system_h__ 
    23  
     21#ifndef ___iprt_system_h 
     22#define ___iprt_system_h 
    2423 
    2524#include <iprt/cdefs.h> 
  • trunk/include/iprt/table.h

    r2981 r3630  
    1919 */ 
    2020 
    21 #ifndef __iprt_table_h__ 
    22 #define __iprt_table_h__ 
     21#ifndef ___iprt_table_h 
     22#define ___iprt_table_h 
    2323 
    2424#include <iprt/types.h> 
  • trunk/include/iprt/tcp.h

    r2981 r3630  
    1919 */ 
    2020 
    21 #ifndef __iprt_tcp_h__ 
    22 #define __iprt_tcp_h__ 
     21#ifndef ___iprt_tcp_h 
     22#define ___iprt_tcp_h 
    2323 
    2424#include <iprt/cdefs.h> 
  • trunk/include/iprt/thread.h

    r2981 r3630  
    11/** @file 
    2  * 
    32 * innotek Portable Runtime - Threads. 
    43 */ 
     
    2019 */ 
    2120 
    22 #ifndef __iprt_thread_h__ 
    23 #define __iprt_thread_h__ 
     21#ifndef ___iprt_thread_h 
     22#define ___iprt_thread_h 
    2423 
    2524#include <iprt/cdefs.h> 
  • trunk/include/iprt/time.h

    r3250 r3630  
    11/** @file 
    2  * 
    32 * innotek Portable Runtime - Time. 
    43 */ 
     
    2019 */ 
    2120 
    22 #ifndef __iprt_time_h__ 
    23 #define __iprt_time_h__ 
     21#ifndef ___iprt_time_h 
     22#define ___iprt_time_h 
    2423 
    2524#include <iprt/cdefs.h> 
  • trunk/include/iprt/timer.h

    r2981 r3630  
    11/** @file 
    2  * 
    32 * innotek Portable Runtime - Timer. 
    43 */ 
     
    2019 */ 
    2120 
    22 #ifndef __iprt_timer_h__ 
    23 #define __iprt_timer_h__ 
     21#ifndef ___iprt_timer_h 
     22#define ___iprt_timer_h 
    2423 
    2524 
  • trunk/include/iprt/types.h

    r3625 r3630  
    1919 */ 
    2020 
    21 #ifndef __iprt_types_h__ 
    22 #define __iprt_types_h__ 
     21#ifndef ___iprt_types_h 
     22#define ___iprt_types_h 
    2323 
    2424#include <iprt/cdefs.h> 
  • trunk/include/iprt/uni.h

    r2981 r3630  
    11/** @file 
    2  * 
    32 * innotek Portable Runtime - Unicode Code Points. 
    43 */ 
     
    2019 */ 
    2120 
    22 #ifndef __iprt_uni_h__ 
    23 #define __iprt_uni_h__ 
     21#ifndef ___iprt_uni_h 
     22#define ___iprt_uni_h 
    2423 
    2524/** @defgroup grp_rt_uni    RTUniCp - Unicode Code Points 
  • trunk/include/iprt/uuid.h

    r2981 r3630  
    11/** @file 
    2  * 
    32 * innotek Portable Runtime - Universal Unique Identifiers (UUID). 
    43 */ 
     
    2019 */ 
    2120 
    22 #ifndef __iprt_uuid_h__ 
    23 #define __iprt_uuid_h__ 
     21#ifndef ___iprt_uuid_h 
     22#define ___iprt_uuid_h 
    2423 
    2524#include <iprt/cdefs.h> 
  • trunk/include/iprt/zip.h

    r2981 r3630  
    11/** @file 
    2  * 
    32 * innotek Portable Runtime - Compression. 
    43 */ 
     
    2019 */ 
    2120 
    22 #ifndef __iprt_zip_h__ 
    23 #define __iprt_zip_h__ 
    24  
     21#ifndef ___iprt_zip_h 
     22#define ___iprt_zip_h 
    2523 
    2624#include <iprt/cdefs.h> 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy