VirtualBox

Changeset 20370 in vbox for trunk/src


Ignore:
Timestamp:
Jun 8, 2009 12:27:14 AM (16 years ago)
Author:
vboxsync
Message:

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

Location:
trunk/src/VBox
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/Doxyfile.Main

    r18630 r20370  
    11661166# instead of the = operator.
    11671167
    1168 PREDEFINED             = __DOXYGEN__ __END_DECLS __BEGIN_DECLS
     1168PREDEFINED             = __DOXYGEN__ RT_END_DECLS RT_BEGIN_DECLS
    11691169
    11701170# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
  • trunk/src/VBox/Main/include/hgcm/HGCM.h

    r8155 r20370  
    3737typedef struct _HGCMSVCEXTHANDLEDATA *HGCMSVCEXTHANDLE;
    3838
    39 __BEGIN_DECLS
     39RT_BEGIN_DECLS
    4040int HGCMHostInit (void);
    4141int HGCMHostShutdown (void);
     
    5757int HGCMHostLoadState (PSSMHANDLE pSSM);
    5858
    59 __END_DECLS
     59RT_END_DECLS
    6060
    6161#endif /* __HGCM_h__ */
  • trunk/src/VBox/NetworkServices/NetLib/VBoxNetLib.h

    r18829 r20370  
    2626#include <VBox/intnet.h>
    2727
    28 __BEGIN_DECLS
     28RT_BEGIN_DECLS
    2929
    3030
     
    6868
    6969
    70 __END_DECLS
     70RT_END_DECLS
    7171
    7272#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette