Changeset 665
- Timestamp:
- 02/06/07 03:45:42 (2 years ago)
- Files:
-
- trunk/include/VBox/cfgm.h (modified) (1 diff)
- trunk/include/VBox/dbg.h (modified) (1 diff)
- trunk/include/VBox/dbgf.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/cfgm.h
r1 r665 24 24 #include <VBox/cdefs.h> 25 25 #include <VBox/types.h> 26 #include < stdarg.h>26 #include <iprt/stdarg.h> 27 27 28 28 /** @defgroup grp_cfgm The Configuration Manager API trunk/include/VBox/dbg.h
r1 r665 29 29 #include <VBox/types.h> 30 30 #include <VBox/dbgf.h> 31 #include <stdarg.h> 31 32 #include <iprt/stdarg.h> 32 33 33 34 __BEGIN_DECLS trunk/include/VBox/dbgf.h
r1 r665 28 28 #include <VBox/log.h> 29 29 30 #include < stdarg.h>30 #include <iprt/stdarg.h> 31 31 32 32 __BEGIN_DECLS

