VirtualBox

Changeset 3631

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

iprt_hdr_h -> _iprt_hdr_h

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/iprt/nocrt/amd64/fenv.h

    r2981 r3631  
    4747 */ 
    4848 
    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 
    5151 
    5252#include <iprt/types.h> 
  • trunk/include/iprt/nocrt/amd64/math.h

    r2981 r3631  
    1919 */ 
    2020 
    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 
    2423 
    2524#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 */ 
    24 
    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 
    524 
    625#ifdef __GNUC__ 
  • trunk/include/iprt/nocrt/compiler/gcc.h

    r666 r3631  
    33   This file will be cleaned up later...  */ 
    44    
    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 
    77 
    88 
  • trunk/include/iprt/nocrt/fenv.h

    r2981 r3631  
    1919 */ 
    2020 
    21 #ifndef __iprt_nocrt_fenv_h__ 
    22 #define __iprt_nocrt_fenv_h__ 
     21#ifndef ___iprt_nocrt_fenv_h 
     22#define ___iprt_nocrt_fenv_h 
    2323 
    2424#include <iprt/cdefs.h> 
  • trunk/include/iprt/nocrt/inttypes.h

    r2981 r3631  
    1919 */ 
    2020 
    21  
    22 #ifndef __inttypes_h__ 
     21#ifndef ___iprt_nocrt_inttypes_h 
     22#define ___iprt_nocrt_inttypes_h 
    2323 
    2424#include <iprt/types.h> 
  • trunk/include/iprt/nocrt/limits.h

    r2981 r3631  
    1919 */ 
    2020 
    21 #ifndef __limits_h__ 
    22 #define __limits_h__ 
     21#ifndef ___iprt_nocrt_limits_h 
     22#define ___iprt_nocrt_limits_h 
    2323 
    2424#include <iprt/types.h> 
  • trunk/include/iprt/nocrt/math.h

    r2981 r3631  
    3636 */ 
    3737 
    38 #ifndef __iprt_nocrt_math_h__ 
    39 #define __iprt_nocrt_math_h__ 
     38#ifndef ___iprt_nocrt_math_h 
     39#define ___iprt_nocrt_math_h 
    4040 
    4141#if !defined(__GNUC__) /* && !defined(__YOUR_COMPILER__) */ 
  • trunk/include/iprt/nocrt/setjmp.h

    r2981 r3631  
    1919 */ 
    2020 
    21 #ifndef __setjmp_h__ 
    22 #define __setjmp_h__ 
     21#ifndef ___iprt_nocrt_setjmp_h 
     22#define ___iprt_nocrt_setjmp_h 
    2323 
    2424#include <iprt/types.h> 
  • trunk/include/iprt/nocrt/stdarg.h

    r666 r3631  
    1 /* wrapper: fix header */ 
    2  
    31#include <iprt/stdarg.h> 
    42 
  • trunk/include/iprt/nocrt/stdlib.h

    r2981 r3631  
    1919 */ 
    2020 
    21 #ifndef __stdlib_h__ 
    22 #define __stdlib_h__ 
     21#ifndef ___iprt_nocrt_stdlib_h 
     22#define ___iprt_nocrt_stdlib_h 
    2323 
    2424#include <iprt/types.h> 
  • trunk/include/iprt/nocrt/string.h

    r2981 r3631  
    1919 */ 
    2020 
    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 
    2423 
    2524#include <iprt/types.h> 
  • trunk/include/iprt/nocrt/x86/fenv.h

    r2981 r3631  
    4949 */ 
    5050 
    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 
    5353 
    5454#include <iprt/types.h> 
  • trunk/include/iprt/nocrt/x86/math.h

    r2981 r3631  
    1919 */ 
    2020 
    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 
    2423 
    2524#include <iprt/asm.h> 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy