VirtualBox

Changeset 3699 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
Jul 18, 2007 5:37:46 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
22991
Message:

double underscore cleanup.

Location:
trunk/src/VBox/Runtime/r0drv
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/alloc-r0drv.h

    r3672 r3699  
    2020 */
    2121
    22 #ifndef __r0drv_alloc_r0drv_h__
    23 #define __r0drv_alloc_r0drv_h__
     22#ifndef ___r0drv_alloc_r0drv_h
     23#define ___r0drv_alloc_r0drv_h
    2424
    2525#include <iprt/cdefs.h>
  • trunk/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h

    r3672 r3699  
    2020 */
    2121
    22 #ifndef __the_darwin_kernel_h__
    23 #define __the_darwin_kernel_h__
     22#ifndef ___the_darwin_kernel_h
     23#define ___the_darwin_kernel_h
    2424
    2525/* Problematic header(s) containing conflicts with IPRT  first. */
  • trunk/src/VBox/Runtime/r0drv/linux/string.h

    r2981 r3699  
    2020 */
    2121
    22 #ifndef __string_h__
    23 #define __string_h__
     22#ifndef ___string_h
     23#define ___string_h
    2424
    2525#include <iprt/cdefs.h>
  • trunk/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h

    r3672 r3699  
    2020 */
    2121
    22 #ifndef __the_linux_kernel_h__
    23 #define __the_linux_kernel_h__
    24 
    25 /* 
     22#ifndef ___the_linux_kernel_h
     23#define ___the_linux_kernel_h
     24
     25/*
    2626 * Include iprt/types.h to install the bool wrappers.
    2727 * Then use the linux bool type for all the stuff include here.
     
    215215#endif
    216216
    217 /* 
     217/*
    218218 * Stop using the linux bool type.
    219219 */
  • trunk/src/VBox/Runtime/r0drv/nt/the-nt-kernel.h

    r3672 r3699  
    2020 */
    2121
    22 #ifndef __the_nt_kernel_h__
    23 #define __the_nt_kernel_h__
     22#ifndef ___the_nt_kernel_h
     23#define ___the_nt_kernel_h
    2424
    2525#include <iprt/cdefs.h>
     
    4545
    4646#include <memory.h>
    47 #if !defined(__WIN32__) && !defined(__WIN64__)
    48 # error "__WIN32__ or __WIN64__ must be defined!"
    49 #endif
    5047#if !defined(RT_OS_WINDOWS)
    5148# error "RT_OS_WINDOWS must be defined!"
  • trunk/src/VBox/Runtime/r0drv/os2/the-os2-kernel.h

    r2981 r3699  
    3030
    3131
    32 #ifndef __the_os2_kernel_h__
    33 #define __the_os2_kernel_h__
     32#ifndef ___the_os2_kernel_h
     33#define ___the_os2_kernel_h
    3434
    3535#include <iprt/types.h>
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette