VirtualBox

Changeset 20364 in vbox for trunk/src/VBox/Runtime/r0drv/nt


Ignore:
Timestamp:
Jun 8, 2009 12:17:43 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48287
Message:

IPRT: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.

Location:
trunk/src/VBox/Runtime/r0drv/nt
Files:
3 edited

Legend:

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

    r19969 r20364  
    3434#include <iprt/cpuset.h>
    3535
    36 __BEGIN_DECLS
     36RT_BEGIN_DECLS
    3737
    3838/*******************************************************************************
     
    5454
    5555
    56 __END_DECLS
     56RT_END_DECLS
    5757
    5858#endif
  • trunk/src/VBox/Runtime/r0drv/nt/the-nt-kernel.h

    r18496 r20364  
    4141# define _InterlockedAddLargeStatistic  _InterlockedAddLargeStatistic_StupidDDKVsCompilerCrap
    4242# pragma warning(disable : 4163)
    43 __BEGIN_DECLS
     43RT_BEGIN_DECLS
    4444# include <ntddk.h>
    45 __END_DECLS
     45RT_END_DECLS
    4646# pragma warning(default : 4163)
    4747# undef  _InterlockedExchange
     
    5050# undef  _InterlockedAddLargeStatistic
    5151#else
    52 __BEGIN_DECLS
     52RT_BEGIN_DECLS
    5353# include <ntddk.h>
    54 __END_DECLS
     54RT_END_DECLS
    5555#endif
    5656
  • trunk/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp

    r20130 r20364  
    4141#include "internal-r0drv-nt.h"
    4242
    43 __BEGIN_DECLS
     43RT_BEGIN_DECLS
    4444NTSTATUS NTAPI ZwYieldExecution(void);
    45 __END_DECLS
     45RT_END_DECLS
    4646
    4747
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