- Timestamp:
- Jul 16, 2007 12:17:02 PM (18 years ago)
- Location:
- trunk/include/iprt
- Files:
-
- 44 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/alloc.h
r2981 r3630 19 19 */ 20 20 21 #ifndef __ iprt_alloc_h__22 #define __ iprt_alloc_h__21 #ifndef ___iprt_alloc_h 22 #define ___iprt_alloc_h 23 23 24 24 /* Forwarding to the canonical header. */ -
trunk/include/iprt/asm.h
r3361 r3630 19 19 */ 20 20 21 #ifndef __ iprt_asm_h__22 #define __ iprt_asm_h__21 #ifndef ___iprt_asm_h 22 #define ___iprt_asm_h 23 23 24 24 #include <iprt/cdefs.h> -
trunk/include/iprt/assert.h
r3111 r3630 19 19 */ 20 20 21 #ifndef __ iprt_assert_h__22 #define __ iprt_assert_h__21 #ifndef ___iprt_assert_h 22 #define ___iprt_assert_h 23 23 24 24 #include <iprt/cdefs.h> -
trunk/include/iprt/avl.h
r2981 r3630 20 20 */ 21 21 22 #ifndef __ iprt_avl_h__23 #define __ iprt_avl_h__22 #ifndef ___iprt_avl_h 23 #define ___iprt_avl_h 24 24 25 25 #include <iprt/cdefs.h> -
trunk/include/iprt/cdefs.h
r3281 r3630 19 19 */ 20 20 21 #ifndef __ iprt_cdefs_h__22 #define __ iprt_cdefs_h__21 #ifndef ___iprt_cdefs_h 22 #define ___iprt_cdefs_h 23 23 24 24 -
trunk/include/iprt/cpputils.h
r3008 r3630 19 19 */ 20 20 21 #ifndef ___iprt_cpputils_h ___22 #define ___iprt_cpputils_h ___21 #ifndef ___iprt_cpputils_h 22 #define ___iprt_cpputils_h 23 23 24 24 /** @defgroup grp_rt_cpputils C++ Utilities -
trunk/include/iprt/crc32.h
r2981 r3630 19 19 */ 20 20 21 #ifndef __iprt_crc32_h__ 22 #define __iprt_crc32_h__ 23 21 #ifndef ___iprt_crc32_h 22 #define ___iprt_crc32_h 24 23 25 24 #include <iprt/cdefs.h> -
trunk/include/iprt/crc64.h
r2981 r3630 19 19 */ 20 20 21 #ifndef __ iprt_crc64_h__22 #define __ iprt_crc64_h__21 #ifndef ___iprt_crc64_h 22 #define ___iprt_crc64_h 23 23 24 24 -
trunk/include/iprt/critsect.h
r2981 r3630 19 19 */ 20 20 21 #ifndef __ iprt_critsect_h__22 #define __ iprt_critsect_h__21 #ifndef ___iprt_critsect_h 22 #define ___iprt_critsect_h 23 23 24 24 #include <iprt/cdefs.h> -
trunk/include/iprt/ctype.h
r2981 r3630 19 19 */ 20 20 21 #ifndef __ iprt_ctype_h__22 #define __ iprt_ctype_h__21 #ifndef ___iprt_ctype_h 22 #define ___iprt_ctype_h 23 23 24 24 #include <ctype.h> -
trunk/include/iprt/dir.h
r2981 r3630 19 19 */ 20 20 21 #ifndef __ iprt_dir_h__22 #define __ iprt_dir_h__21 #ifndef ___iprt_dir_h 22 #define ___iprt_dir_h 23 23 24 24 #include <iprt/cdefs.h> -
trunk/include/iprt/env.h
r2981 r3630 19 19 */ 20 20 21 #ifndef __ iprt_env_h__22 #define __ iprt_env_h__21 #ifndef ___iprt_env_h 22 #define ___iprt_env_h 23 23 24 24 #include <iprt/cdefs.h> -
trunk/include/iprt/err.h
r3022 r3630 19 19 */ 20 20 21 22 #ifndef __iprt_err_h__ 23 #define __iprt_err_h__ 21 #ifndef ___iprt_err_h 22 #define ___iprt_err_h 24 23 25 24 #include <iprt/cdefs.h> -
trunk/include/iprt/file.h
r2981 r3630 19 19 */ 20 20 21 #ifndef __ iprt_file_h__22 #define __ iprt_file_h__21 #ifndef ___iprt_file_h 22 #define ___iprt_file_h 23 23 24 24 #include <iprt/cdefs.h> -
trunk/include/iprt/fs.h
r2981 r3630 19 19 */ 20 20 21 22 #ifndef __iprt_fs_h__ 23 #define __iprt_fs_h__ 21 #ifndef ___iprt_fs_h 22 #define ___iprt_fs_h 24 23 25 24 #include <iprt/cdefs.h> … … 458 457 __END_DECLS 459 458 460 #endif /* __ iprt_fs_h__*/461 459 #endif /* ___iprt_fs_h */ 460 -
trunk/include/iprt/heap.h
r2981 r3630 1 /* $Id: $ */2 1 /** @file 3 2 * innotek Portable Runtime - A Simple Heap. … … 20 19 */ 21 20 22 #ifndef __ iprt_heap_h__23 #define __ iprt_heap_h__21 #ifndef ___iprt_heap_h 22 #define ___iprt_heap_h 24 23 25 24 #include <iprt/cdefs.h> -
trunk/include/iprt/initterm.h
r3123 r3630 19 19 */ 20 20 21 #ifndef __ iprt_initterm_h__22 #define __ iprt_initterm_h__21 #ifndef ___iprt_initterm_h 22 #define ___iprt_initterm_h 23 23 24 24 #include <iprt/cdefs.h> 25 25 #include <iprt/types.h> 26 27 26 28 27 __BEGIN_DECLS -
trunk/include/iprt/ldr.h
r2981 r3630 19 19 */ 20 20 21 #ifndef __ iprt_ldr_h__22 #define __ iprt_ldr_h__21 #ifndef ___iprt_ldr_h 22 #define ___iprt_ldr_h 23 23 24 24 #include <iprt/cdefs.h> -
trunk/include/iprt/log.h
r3243 r3630 19 19 */ 20 20 21 #ifndef __ iprt_log_h__22 #define __ iprt_log_h__21 #ifndef ___iprt_log_h 22 #define ___iprt_log_h 23 23 24 24 #include <iprt/cdefs.h> -
trunk/include/iprt/md5.h
r2981 r3630 19 19 */ 20 20 21 #ifndef __ iprt_md5_h__22 #define __ iprt_md5_h__21 #ifndef ___iprt_md5_h 22 #define ___iprt_md5_h 23 23 24 24 #include <iprt/types.h> -
trunk/include/iprt/mem.h
r3311 r3630 19 19 */ 20 20 21 #ifndef __ iprt_mem_h__22 #define __ iprt_mem_h__21 #ifndef ___iprt_mem_h 22 #define ___iprt_mem_h 23 23 24 24 -
trunk/include/iprt/memobj.h
r2981 r3630 19 19 */ 20 20 21 22 #ifndef __iprt_memobj_h__ 23 #define __iprt_memobj_h__ 21 #ifndef ___iprt_memobj_h 22 #define ___iprt_memobj_h 24 23 25 24 #include <iprt/cdefs.h> -
trunk/include/iprt/param.h
r3600 r3630 19 19 */ 20 20 21 #ifndef __ iprt_param_h__22 #define __ iprt_param_h__21 #ifndef ___iprt_param_h 22 #define ___iprt_param_h 23 23 24 24 /** @todo Much of the PAGE_* stuff here is obsolete and highly risky to have around. -
trunk/include/iprt/path.h
r2981 r3630 19 19 */ 20 20 21 #ifndef __ iprt_path_h__22 #define __ iprt_path_h__21 #ifndef ___iprt_path_h 22 #define ___iprt_path_h 23 23 24 24 #include <iprt/cdefs.h> -
trunk/include/iprt/process.h
r2981 r3630 19 19 */ 20 20 21 #ifndef __ iprt_process_h__22 #define __ iprt_process_h__21 #ifndef ___iprt_process_h 22 #define ___iprt_process_h 23 23 24 24 #include <iprt/cdefs.h> -
trunk/include/iprt/rand.h
r2981 r3630 19 19 */ 20 20 21 #ifndef __ iprt_rand_h__22 #define __ iprt_rand_h__21 #ifndef ___iprt_rand_h 22 #define ___iprt_rand_h 23 23 24 24 #include <iprt/cdefs.h> -
trunk/include/iprt/req.h
r2981 r3630 19 19 */ 20 20 21 #ifndef __ iprt_req_h__22 #define __ iprt_req_h__21 #ifndef ___iprt_req_h 22 #define ___iprt_req_h 23 23 24 24 #include <iprt/cdefs.h> -
trunk/include/iprt/runtime.h
r2981 r3630 19 19 */ 20 20 21 #ifndef __ iprt_runtime_h__22 #define __ iprt_runtime_h__21 #ifndef ___iprt_runtime_h 22 #define ___iprt_runtime_h 23 23 24 24 #include <iprt/cdefs.h> -
trunk/include/iprt/semaphore.h
r2981 r3630 19 19 */ 20 20 21 #ifndef __ iprt_semaphore_h__22 #define __ iprt_semaphore_h__21 #ifndef ___iprt_semaphore_h 22 #define ___iprt_semaphore_h 23 23 24 24 #include <iprt/cdefs.h> -
trunk/include/iprt/spinlock.h
r2981 r3630 19 19 */ 20 20 21 #ifndef __ iprt_spinlock_h__22 #define __ iprt_spinlock_h__21 #ifndef ___iprt_spinlock_h 22 #define ___iprt_spinlock_h 23 23 24 24 #include <iprt/cdefs.h> -
trunk/include/iprt/stdarg.h
r2981 r3630 19 19 */ 20 20 21 #ifndef __ iprt_stdarg_h__22 #define __ iprt_stdarg_h__21 #ifndef ___iprt_stdarg_h 22 #define ___iprt_stdarg_h 23 23 24 24 #ifndef IPRT_NO_CRT -
trunk/include/iprt/stdint.h
r3281 r3630 26 26 */ 27 27 28 #ifndef __ iprt_stdint_h__29 #define __ iprt_stdint_h__28 #ifndef ___iprt_stdint_h 29 #define ___iprt_stdint_h 30 30 31 31 #ifndef __STDC_CONSTANT_MACROS -
trunk/include/iprt/stream.h
r2981 r3630 19 19 */ 20 20 21 #ifndef __ iprt_stream_h__22 #define __ iprt_stream_h__21 #ifndef ___iprt_stream_h 22 #define ___iprt_stream_h 23 23 24 24 #include <iprt/cdefs.h> -
trunk/include/iprt/string.h
r3624 r3630 19 19 */ 20 20 21 22 #ifndef __iprt_string_h__ 23 #define __iprt_string_h__ 21 #ifndef ___iprt_string_h 22 #define ___iprt_string_h 24 23 25 24 #include <iprt/cdefs.h> -
trunk/include/iprt/system.h
r2981 r3630 19 19 */ 20 20 21 #ifndef __iprt_system_h__ 22 #define __iprt_system_h__ 23 21 #ifndef ___iprt_system_h 22 #define ___iprt_system_h 24 23 25 24 #include <iprt/cdefs.h> -
trunk/include/iprt/table.h
r2981 r3630 19 19 */ 20 20 21 #ifndef __ iprt_table_h__22 #define __ iprt_table_h__21 #ifndef ___iprt_table_h 22 #define ___iprt_table_h 23 23 24 24 #include <iprt/types.h> -
trunk/include/iprt/tcp.h
r2981 r3630 19 19 */ 20 20 21 #ifndef __ iprt_tcp_h__22 #define __ iprt_tcp_h__21 #ifndef ___iprt_tcp_h 22 #define ___iprt_tcp_h 23 23 24 24 #include <iprt/cdefs.h> -
trunk/include/iprt/thread.h
r2981 r3630 1 1 /** @file 2 *3 2 * innotek Portable Runtime - Threads. 4 3 */ … … 20 19 */ 21 20 22 #ifndef __ iprt_thread_h__23 #define __ iprt_thread_h__21 #ifndef ___iprt_thread_h 22 #define ___iprt_thread_h 24 23 25 24 #include <iprt/cdefs.h> -
trunk/include/iprt/time.h
r3250 r3630 1 1 /** @file 2 *3 2 * innotek Portable Runtime - Time. 4 3 */ … … 20 19 */ 21 20 22 #ifndef __ iprt_time_h__23 #define __ iprt_time_h__21 #ifndef ___iprt_time_h 22 #define ___iprt_time_h 24 23 25 24 #include <iprt/cdefs.h> -
trunk/include/iprt/timer.h
r2981 r3630 1 1 /** @file 2 *3 2 * innotek Portable Runtime - Timer. 4 3 */ … … 20 19 */ 21 20 22 #ifndef __ iprt_timer_h__23 #define __ iprt_timer_h__21 #ifndef ___iprt_timer_h 22 #define ___iprt_timer_h 24 23 25 24 -
trunk/include/iprt/types.h
r3625 r3630 19 19 */ 20 20 21 #ifndef __ iprt_types_h__22 #define __ iprt_types_h__21 #ifndef ___iprt_types_h 22 #define ___iprt_types_h 23 23 24 24 #include <iprt/cdefs.h> -
trunk/include/iprt/uni.h
r2981 r3630 1 1 /** @file 2 *3 2 * innotek Portable Runtime - Unicode Code Points. 4 3 */ … … 20 19 */ 21 20 22 #ifndef __ iprt_uni_h__23 #define __ iprt_uni_h__21 #ifndef ___iprt_uni_h 22 #define ___iprt_uni_h 24 23 25 24 /** @defgroup grp_rt_uni RTUniCp - Unicode Code Points -
trunk/include/iprt/uuid.h
r2981 r3630 1 1 /** @file 2 *3 2 * innotek Portable Runtime - Universal Unique Identifiers (UUID). 4 3 */ … … 20 19 */ 21 20 22 #ifndef __ iprt_uuid_h__23 #define __ iprt_uuid_h__21 #ifndef ___iprt_uuid_h 22 #define ___iprt_uuid_h 24 23 25 24 #include <iprt/cdefs.h> -
trunk/include/iprt/zip.h
r2981 r3630 1 1 /** @file 2 *3 2 * innotek Portable Runtime - Compression. 4 3 */ … … 20 19 */ 21 20 22 #ifndef __iprt_zip_h__ 23 #define __iprt_zip_h__ 24 21 #ifndef ___iprt_zip_h 22 #define ___iprt_zip_h 25 23 26 24 #include <iprt/cdefs.h>
Note:
See TracChangeset
for help on using the changeset viewer.