VirtualBox

Changeset 20364 in vbox for trunk/src/VBox/Runtime/common


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

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

Location:
trunk/src/VBox/Runtime/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/dbg/dbgmod.cpp

    r20360 r20364  
    199199}
    200200
     201
     202RTDECL(int)         RTDbgModCreateDeferred(PRTDBGMOD phDbgMod, const char *pszFilename, const char *pszName, RTUINTPTR cb, uint32_t fFlags)
     203{
     204    return VERR_NOT_IMPLEMENTED;
     205}
     206
     207
    201208RTDECL(int)         RTDbgModCreateFromImage(PRTDBGMOD phDbgMod, const char *pszFilename, const char *pszName, uint32_t fFlags)
    202209{
  • trunk/src/VBox/Runtime/common/math/gcc/quad.h

    r4474 r20364  
    136136#endif
    137137
    138 __BEGIN_DECLS
     138RT_BEGIN_DECLS
    139139quad_t __adddi3 __P((quad_t, quad_t));
    140140quad_t __anddi3 __P((quad_t, quad_t));
     
    163163u_quad_t __umoddi3 __P((u_quad_t, u_quad_t ));
    164164quad_t __xordi3 __P((quad_t, quad_t));
    165 __END_DECLS
     165RT_END_DECLS
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