- Timestamp:
- Jul 16, 2007 12:21:17 PM (17 years ago)
- Location:
- trunk/include/iprt/nocrt
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nocrt/amd64/fenv.h
r2981 r3631 47 47 */ 48 48 49 #ifndef __ iprt_nocrt_amd64_fenv_h__50 #define __ iprt_nocrt_amd64_fenv_h__49 #ifndef ___iprt_nocrt_amd64_fenv_h 50 #define ___iprt_nocrt_amd64_fenv_h 51 51 52 52 #include <iprt/types.h> -
trunk/include/iprt/nocrt/amd64/math.h
r2981 r3631 19 19 */ 20 20 21 22 #ifndef __iprt_nocrt_amd64_math_h__ 23 #define __iprt_nocrt_amd64_math_h__ 21 #ifndef ___iprt_nocrt_amd64_math_h 22 #define ___iprt_nocrt_amd64_math_h 24 23 25 24 #include <iprt/asm.h> -
trunk/include/iprt/nocrt/compiler/compiler.h
r666 r3631 1 /* todo: header */ 1 /** @file 2 * innotek Portable Runtime / No-CRT - compiler specifics. 3 */ 2 4 3 #ifndef __iprt_nocrt_compiler_compiler_h__ 4 #define __iprt_nocrt_compiler_compiler_h__ 5 /* 6 * Copyright (C) 2006-2007 innotek GmbH 7 * 8 * This file is part of VirtualBox Open Source Edition (OSE), as 9 * available from http://www.virtualbox.org. This file is free software; 10 * you can redistribute it and/or modify it under the terms of the GNU 11 * General Public License as published by the Free Software Foundation, 12 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 13 * distribution. VirtualBox OSE is distributed in the hope that it will 14 * be useful, but WITHOUT ANY WARRANTY of any kind. 15 * 16 * If you received this file as part of a commercial VirtualBox 17 * distribution, then only the terms of your commercial VirtualBox 18 * license agreement apply instead of the previous paragraph. 19 * 20 */ 21 22 #ifndef ___iprt_nocrt_compiler_compiler_h 23 #define ___iprt_nocrt_compiler_compiler_h 5 24 6 25 #ifdef __GNUC__ -
trunk/include/iprt/nocrt/compiler/gcc.h
r666 r3631 3 3 This file will be cleaned up later... */ 4 4 5 #ifndef __ nocrt_compiler_gcc_h__6 #define __ nocrt_compiler_gcc_h__5 #ifndef ___iprt_nocrt_compiler_gcc_h 6 #define ___iprt_nocrt_compiler_gcc_h 7 7 8 8 -
trunk/include/iprt/nocrt/fenv.h
r2981 r3631 19 19 */ 20 20 21 #ifndef __ iprt_nocrt_fenv_h__22 #define __ iprt_nocrt_fenv_h__21 #ifndef ___iprt_nocrt_fenv_h 22 #define ___iprt_nocrt_fenv_h 23 23 24 24 #include <iprt/cdefs.h> -
trunk/include/iprt/nocrt/inttypes.h
r2981 r3631 19 19 */ 20 20 21 22 # ifndef __inttypes_h__21 #ifndef ___iprt_nocrt_inttypes_h 22 #define ___iprt_nocrt_inttypes_h 23 23 24 24 #include <iprt/types.h> -
trunk/include/iprt/nocrt/limits.h
r2981 r3631 19 19 */ 20 20 21 #ifndef __ limits_h__22 #define __ limits_h__21 #ifndef ___iprt_nocrt_limits_h 22 #define ___iprt_nocrt_limits_h 23 23 24 24 #include <iprt/types.h> -
trunk/include/iprt/nocrt/math.h
r2981 r3631 36 36 */ 37 37 38 #ifndef __ iprt_nocrt_math_h__39 #define __ iprt_nocrt_math_h__38 #ifndef ___iprt_nocrt_math_h 39 #define ___iprt_nocrt_math_h 40 40 41 41 #if !defined(__GNUC__) /* && !defined(__YOUR_COMPILER__) */ -
trunk/include/iprt/nocrt/setjmp.h
r2981 r3631 19 19 */ 20 20 21 #ifndef __ setjmp_h__22 #define __ setjmp_h__21 #ifndef ___iprt_nocrt_setjmp_h 22 #define ___iprt_nocrt_setjmp_h 23 23 24 24 #include <iprt/types.h> -
trunk/include/iprt/nocrt/stdarg.h
r666 r3631 1 /* wrapper: fix header */2 3 1 #include <iprt/stdarg.h> 4 2 -
trunk/include/iprt/nocrt/stdlib.h
r2981 r3631 19 19 */ 20 20 21 #ifndef __ stdlib_h__22 #define __ stdlib_h__21 #ifndef ___iprt_nocrt_stdlib_h 22 #define ___iprt_nocrt_stdlib_h 23 23 24 24 #include <iprt/types.h> -
trunk/include/iprt/nocrt/string.h
r2981 r3631 19 19 */ 20 20 21 22 #ifndef __iprt_nocrt_string_h__ 23 #define __iprt_nocrt_string_h__ 21 #ifndef ___iprt_nocrt_string_h 22 #define ___iprt_nocrt_string_h 24 23 25 24 #include <iprt/types.h> -
trunk/include/iprt/nocrt/x86/fenv.h
r2981 r3631 49 49 */ 50 50 51 #ifndef __ iprt_nocrt_x86_fenv_h__52 #define __ iprt_nocrt_x86_fenv_h__51 #ifndef ___iprt_nocrt_x86_fenv_h 52 #define ___iprt_nocrt_x86_fenv_h 53 53 54 54 #include <iprt/types.h> -
trunk/include/iprt/nocrt/x86/math.h
r2981 r3631 19 19 */ 20 20 21 22 #ifndef __iprt_nocrt_x86_math_h__ 23 #define __iprt_nocrt_x86_math_h__ 21 #ifndef ___iprt_nocrt_x86_math_h 22 #define ___iprt_nocrt_x86_math_h 24 23 25 24 #include <iprt/asm.h>
Note:
See TracChangeset
for help on using the changeset viewer.