Changeset 25536 in vbox for trunk/src/VBox/Runtime/include
- Timestamp:
- Dec 21, 2009 11:06:08 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/assert.h
r25528 r25536 53 53 * facility is best fitting. 54 54 * 55 * @param fInitial Whether it's the initial (true) or an additional (false) 56 * message. 55 57 * @param pszFormat Printf like format string. 56 58 * @param va Arguments to that string. 57 59 */ 58 void rtR0AssertNativeMsg2V( const char *pszFormat, va_list va);60 void rtR0AssertNativeMsg2V(bool fInitial, const char *pszFormat, va_list va); 59 61 60 62 #endif
Note:
See TracChangeset
for help on using the changeset viewer.