Changeset 43043 in vbox for trunk/include
- Timestamp:
- Aug 28, 2012 2:19:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/assert.h
r39033 r43043 4 4 5 5 /* 6 * Copyright (C) 2006-20 07Oracle Corporation6 * Copyright (C) 2006-2012 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 526 526 * thing. 527 527 */ 528 #if def RT_STRICT528 #if defined(RT_STRICT) && !defined(RTASSERT_DONT_PANIC) 529 529 # define RTAssertPanic() do { if (RTAssertShouldPanic()) RTAssertDoPanic(); } while (0) 530 530 #else
Note:
See TracChangeset
for help on using the changeset viewer.