Changeset 25536 in vbox for trunk/src/VBox/Runtime/r0drv/os2/assert-r0drv-os2.cpp
- Timestamp:
- Dec 21, 2009 11:06:08 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/os2/assert-r0drv-os2.cpp
r25533 r25536 75 75 76 76 77 void rtR0AssertNativeMsg2V( const char *pszFormat, va_list va)77 void rtR0AssertNativeMsg2V(bool fInitial, const char *pszFormat, va_list va) 78 78 { 79 79 #if defined(DEBUG_bird) … … 88 88 cch += RTStrFormatV(rtR0Os2AssertOutputCB, &pch, NULL, NULL, pszFormat, va); 89 89 g_cchRTAssertMsg = cch; 90 91 NOREF(fInitial); 90 92 } 91 93
Note:
See TracChangeset
for help on using the changeset viewer.