Changeset 31727 in vbox
- Timestamp:
- Aug 17, 2010 12:52:13 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VBoxVMMDeps.cpp
r31495 r31727 29 29 #include <VBox/dbgf.h> 30 30 #include <VBox/dbg.h> 31 #include <VBox/ftm.h> 31 32 32 33 VMMR3DECL(int) VMMDoTest(PVM pVM); … … 52 53 (PFNRT)VMR3Create, 53 54 (PFNRT)VMMDoTest, 55 (PFNRT)FTMR3PowerOn, 54 56 #ifdef VBOX_WITH_DEBUGGER 55 57 (PFNRT)DBGCCreate,
Note:
See TracChangeset
for help on using the changeset viewer.