Changeset 665 in vbox for trunk/include
- Timestamp:
- Feb 6, 2007 2:45:42 AM (18 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.