Changeset 25642 in vbox for trunk/src/VBox/Runtime/include
- Timestamp:
- Jan 5, 2010 8:19:10 AM (15 years ago)
- Location:
- trunk/src/VBox/Runtime/include/internal
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/ldr.h
r20374 r25642 41 41 * Defined Constants And Macros * 42 42 *******************************************************************************/ 43 #ifdef __DOXYGEN__43 #ifdef DOXYGEN_RUNNING 44 44 /** @def LDR_WITH_NATIVE 45 45 * Define this to get native support. */ … … 65 65 * Define this to get mach-o support (not implemented yet). */ 66 66 # define LDR_WITH_MACHO 67 #endif /* __DOXYGEN__*/67 #endif /* DOXYGEN_RUNNING */ 68 68 69 69 #if defined(LDR_WITH_ELF32) || defined(LDR_WITH_ELF64) -
trunk/src/VBox/Runtime/include/internal/string.h
r20374 r25642 39 39 * Enables strict assertions on bad string encodings. 40 40 */ 41 #ifdef __DOXYGEN__41 #ifdef DOXYGEN_RUNNING 42 42 # define RTSTR_STRICT 43 43 #endif
Note:
See TracChangeset
for help on using the changeset viewer.