Changeset 13667 in vbox for trunk/src/VBox/VMM/VMMAll/VMAll.cpp
- Timestamp:
- Oct 29, 2008 6:27:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/VMAll.cpp
r12989 r13667 226 226 */ 227 227 VMMDECL(int) VMSetRuntimeError(PVM pVM, bool fFatal, const char *pszErrorID, 228 const char *pszFormat, ...)228 const char *pszFormat, ...) 229 229 { 230 230 va_list args; … … 379 379 } 380 380 } 381
Note:
See TracChangeset
for help on using the changeset viewer.