VirtualBox

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


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

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

Location:
trunk/src/VBox/Additions/WINNT
Files:
5 edited

Legend:

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

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

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

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

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

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