VirtualBox

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/common/VBoxGuestLib
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp

    r20369 r20374  
    142142
    143143#ifdef RT_OS_LINUX
    144 RT_BEGIN_DECLS
     144RT_C_DECLS_BEGIN
    145145extern DECLVBGL(void *) vboxadd_cmc_open (void);
    146146extern DECLVBGL(void) vboxadd_cmc_close (void *);
    147147extern DECLVBGL(int) vboxadd_cmc_call (void *opaque, uint32_t func, void *data);
    148 RT_END_DECLS
     148RT_C_DECLS_END
    149149#endif /* RT_OS_LINUX */
    150150
    151151#ifdef RT_OS_OS2
    152 RT_BEGIN_DECLS
     152RT_C_DECLS_BEGIN
    153153/*
    154154 * On OS/2 we'll do the connecting in the assembly code of the
     
    157157 */
    158158extern VBOXGUESTOS2IDCCONNECT g_VBoxGuestIDC;
    159 RT_END_DECLS
     159RT_C_DECLS_END
    160160#endif
    161161
    162162#ifdef RT_OS_SOLARIS
    163 RT_BEGIN_DECLS
     163RT_C_DECLS_BEGIN
    164164extern DECLVBGL(void *) VBoxGuestSolarisServiceOpen (uint32_t *pu32Version);
    165165extern DECLVBGL(void) VBoxGuestSolarisServiceClose (void *pvOpaque);
    166166extern DECLVBGL(int) VBoxGuestSolarisServiceCall (void *pvOpaque, unsigned int iCmd, void *pvData, size_t cbSize, size_t *pcbReturn);
    167 RT_END_DECLS
     167RT_C_DECLS_END
    168168
    169169#elif defined (RT_OS_FREEBSD)
    170 RT_BEGIN_DECLS
     170RT_C_DECLS_BEGIN
    171171extern DECLVBGL(void *) VBoxGuestFreeBSDServiceOpen (uint32_t *pu32Version);
    172172extern DECLVBGL(void) VBoxGuestFreeBSDServiceClose (void *pvOpaque);
    173173extern DECLVBGL(int) VBoxGuestFreeBSDServiceCall (void *pvOpaque, unsigned int iCmd, void *pvData, size_t cbSize, size_t *pcbReturn);
    174 RT_END_DECLS
     174RT_C_DECLS_END
    175175
    176176#endif
  • trunk/src/VBox/Additions/common/VBoxGuestLib/SysHlp.h

    r20369 r20374  
    3232#  define _InterlockedAddLargeStatistic  _InterlockedAddLargeStatistic_StupidDDKVsCompilerCrap
    3333#  pragma warning(disable : 4163)
    34 RT_BEGIN_DECLS
     34RT_C_DECLS_BEGIN
    3535#  include <ntddk.h>
    36 RT_END_DECLS
     36RT_C_DECLS_END
    3737#  pragma warning(default : 4163)
    3838#  undef  _InterlockedExchange
     
    4141#  undef  _InterlockedAddLargeStatistic
    4242# else
    43 RT_BEGIN_DECLS
     43RT_C_DECLS_BEGIN
    4444#  include <ntddk.h>
    45 RT_END_DECLS
     45RT_C_DECLS_END
    4646# endif
    4747/* XP DDK #defines ExFreePool to ExFreePoolWithTag. The latter does not exist on NT4, so...
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBGLR3Internal.h

    r20369 r20374  
    2828#include <VBox/VBoxGuest.h>
    2929
    30 RT_BEGIN_DECLS
     30RT_C_DECLS_BEGIN
    3131
    3232int     vbglR3DoIOCtl(unsigned iFunction, void *pvData, size_t cbData);
     
    9393#endif /* ___iprt_string_h */
    9494
    95 RT_END_DECLS
     95RT_C_DECLS_END
    9696
    9797#endif
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.h

    r20369 r20374  
    3434#   define _InterlockedAddLargeStatistic  _InterlockedAddLargeStatistic_StupidDDKvsCompilerCrap
    3535#   pragma warning(disable : 4163)
    36     RT_BEGIN_DECLS
     36    RT_C_DECLS_BEGIN
    3737#   include <ntddk.h>
    38     RT_END_DECLS
     38    RT_C_DECLS_END
    3939#   pragma warning(default : 4163)
    4040#   undef  _InterlockedExchange
     
    4343#   undef  _InterlockedAddLargeStatistic
    4444#  else
    45     RT_BEGIN_DECLS
     45    RT_C_DECLS_BEGIN
    4646#   include <ntddk.h>
    47     RT_END_DECLS
     47    RT_C_DECLS_END
    4848#  endif
    4949# 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