Changeset 61643 in vbox for trunk/src/VBox/VMM/include/VMInternal.h
- Timestamp:
- Jun 10, 2016 1:07:04 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/VMInternal.h
r56287 r61643 457 457 DECLCALLBACK(int) vmR3SetRuntimeErrorV(PVM pVM, uint32_t fFlags, const char *pszErrorId, const char *pszFormat, va_list *pVa); 458 458 void vmSetRuntimeErrorCopy(PVM pVM, uint32_t fFlags, const char *pszErrorId, const char *pszFormat, va_list va); 459 void vmR3SetGuruMeditation(PVM pVM);460 459 void vmR3SetTerminated(PVM pVM); 461 460
Note:
See TracChangeset
for help on using the changeset viewer.