- Timestamp:
- Jun 8, 2009 12:27:14 AM (16 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Doxyfile.Main
r18630 r20370 1166 1166 # instead of the = operator. 1167 1167 1168 PREDEFINED = __DOXYGEN__ __END_DECLS __BEGIN_DECLS1168 PREDEFINED = __DOXYGEN__ RT_END_DECLS RT_BEGIN_DECLS 1169 1169 1170 1170 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then -
trunk/src/VBox/Main/include/hgcm/HGCM.h
r8155 r20370 37 37 typedef struct _HGCMSVCEXTHANDLEDATA *HGCMSVCEXTHANDLE; 38 38 39 __BEGIN_DECLS39 RT_BEGIN_DECLS 40 40 int HGCMHostInit (void); 41 41 int HGCMHostShutdown (void); … … 57 57 int HGCMHostLoadState (PSSMHANDLE pSSM); 58 58 59 __END_DECLS59 RT_END_DECLS 60 60 61 61 #endif /* __HGCM_h__ */ -
trunk/src/VBox/NetworkServices/NetLib/VBoxNetLib.h
r18829 r20370 26 26 #include <VBox/intnet.h> 27 27 28 __BEGIN_DECLS28 RT_BEGIN_DECLS 29 29 30 30 … … 68 68 69 69 70 __END_DECLS70 RT_END_DECLS 71 71 72 72 #endif
Note:
See TracChangeset
for help on using the changeset viewer.