Changeset 23720 in vbox for trunk/src/VBox/Main/include/ConsoleImpl.h
- Timestamp:
- Oct 13, 2009 12:43:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r23703 r23720 471 471 const char *pszFormat, va_list args); 472 472 473 static DECLCALLBACK(void) setVMRuntimeErrorCallbackF (PVM pVM, void *pvUser, uint32_t fFatal, 474 const char *pszErrorId, 475 const char *pszFormat, ...); 473 476 static DECLCALLBACK(void) setVMRuntimeErrorCallback (PVM pVM, void *pvUser, uint32_t fFatal, 474 477 const char *pszErrorId,
Note:
See TracChangeset
for help on using the changeset viewer.