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/VBoxGuest
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.cpp

    r20369 r20374  
    8888#define SESSION_HASH(sfn) ((sfn) % RT_ELEMENTS(g_apSessionHashTab))
    8989
    90 RT_BEGIN_DECLS
     90RT_C_DECLS_BEGIN
    9191/* Defined in VBoxGuestA-os2.asm */
    9292extern uint32_t             g_PhysMMIOBase;
     
    109109extern uint16_t             g_cchInitText;
    110110extern uint16_t             g_cchInitTextMax;
    111 RT_END_DECLS
     111RT_C_DECLS_END
    112112
    113113
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h

    r20369 r20374  
    147147
    148148
    149 RT_BEGIN_DECLS
     149RT_C_DECLS_BEGIN
    150150
    151151int  VBoxGuestInitDevExt(PVBOXGUESTDEVEXT pDevExt, uint16_t IOPortBase, void *pvMMIOBase, uint32_t cbMMIO, VBOXOSTYPE enmOSType);
     
    162162                          void *pvData, size_t cbData, size_t *pcbDataReturned);
    163163
    164 RT_END_DECLS
     164RT_C_DECLS_END
    165165
    166166#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