VirtualBox

Changeset 20374 in vbox for trunk/src/VBox/Additions/WINNT


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/Additions/WINNT
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.h

    r20369 r20374  
    3232#endif /* VBOX_WITH_HGSMI */
    3333
    34 RT_BEGIN_DECLS
     34RT_C_DECLS_BEGIN
    3535#include "dderror.h"
    3636#include "devioctl.h"
     
    3838#include "ntddvdeo.h"
    3939#include "video.h"
    40 RT_END_DECLS
     40RT_C_DECLS_END
    4141
    4242
     
    158158{
    159159
    160 RT_BEGIN_DECLS
     160RT_C_DECLS_BEGIN
    161161ULONG DriverEntry(IN PVOID Context1, IN PVOID Context2);
    162 RT_END_DECLS
     162RT_C_DECLS_END
    163163
    164164VP_STATUS VBoxVideoFindAdapter(
  • trunk/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.cpp

    r20369 r20374  
    3030// VBOX end
    3131
    32 RT_BEGIN_DECLS
     32RT_C_DECLS_BEGIN
    3333NTSTATUS DriverEntry (PDRIVER_OBJECT, PUNICODE_STRING);
    34 RT_END_DECLS
     34RT_C_DECLS_END
    3535
    3636#ifdef ALLOC_PRAGMA
  • trunk/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.h

    r20369 r20374  
    2525
    2626#include <iprt/assert.h>
    27 RT_BEGIN_DECLS
     27RT_C_DECLS_BEGIN
    2828#include "ntddk.h"
    2929#include "kbdmou.h"
    3030#include <ntddmou.h>
    3131#include <ntdd8042.h>
    32 RT_END_DECLS
     32RT_C_DECLS_END
    3333#include <VBox/VBoxGuest.h>
    3434
     
    151151// Prototypes
    152152//
    153 RT_BEGIN_DECLS
     153RT_C_DECLS_BEGIN
    154154
    155155NTSTATUS
     
    226226    );
    227227
    228 RT_END_DECLS
     228RT_C_DECLS_END
    229229
    230230#endif  // VBOXMOUSE_H
  • trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp

    r20369 r20374  
    8080*   Exported Functions                                                         *
    8181*******************************************************************************/
    82 RT_BEGIN_DECLS
     82RT_C_DECLS_BEGIN
    8383ULONG DriverEntry(PDRIVER_OBJECT pDrvObj, PUNICODE_STRING pRegPath);
    84 RT_END_DECLS
     84RT_C_DECLS_END
    8585
    8686#ifdef ALLOC_PRAGMA
  • trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest_Internal.h

    r20369 r20374  
    3636#  define _InterlockedAddLargeStatistic  _InterlockedAddLargeStatistic_StupidDDKVsCompilerCrap
    3737#  pragma warning(disable : 4163)
    38 RT_BEGIN_DECLS
     38RT_C_DECLS_BEGIN
    3939#  include <ntddk.h>
    40 RT_END_DECLS
     40RT_C_DECLS_END
    4141#  pragma warning(default : 4163)
    4242#  undef  _InterlockedExchange
     
    4545#  undef  _InterlockedAddLargeStatistic
    4646# else
    47 RT_BEGIN_DECLS
     47RT_C_DECLS_BEGIN
    4848#  include <ntddk.h>
    49 RT_END_DECLS
     49RT_C_DECLS_END
    5050# endif
    5151#endif
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