VirtualBox

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


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

*: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g

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

Legend:

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

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

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

    r20364 r20374  
    4141#include "internal-r0drv-nt.h"
    4242
    43 RT_BEGIN_DECLS
     43RT_C_DECLS_BEGIN
    4444NTSTATUS NTAPI ZwYieldExecution(void);
    45 RT_END_DECLS
     45RT_C_DECLS_END
    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