Changeset 13458 in vbox for trunk/src/VBox/HostDrivers/Support/SUPLibInternal.h
- Timestamp:
- Oct 21, 2008 6:40:56 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38249
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLibInternal.h
r11794 r13458 83 83 # define supR3HardenedFatalV supR3HardenedStaticFatalV 84 84 # define supR3HardenedFatal supR3HardenedStaticFatal 85 # define supR3HardenedFatalMsgV supR3HardenedStaticFatalMsgV 86 # define supR3HardenedFatalMsg supR3HardenedStaticFatalMsg 85 87 # define supR3HardenedErrorV supR3HardenedStaticErrorV 86 88 # define supR3HardenedError supR3HardenedStaticError … … 281 283 282 284 /** 285 * Display a fatal error and try call TrustedError or quit. 286 */ 287 DECLHIDDEN(void) supR3HardenedFatalMsgV(const char *pszWhere, SUPINITOP enmWhat, int rc, const char *pszMsgFmt, va_list va); 288 289 /** 290 * Display a fatal error and try call TrustedError or quit. 291 */ 292 DECLHIDDEN(void) supR3HardenedFatalMsg(const char *pszWhere, SUPINITOP enmWhat, int rc, const char *pszMsgFmt, ...); 293 294 /** 283 295 * Display a fatal error and quit. 284 296 */
Note:
See TracChangeset
for help on using the changeset viewer.