Changeset 25529 in vbox for trunk/src/libs
- Timestamp:
- Dec 20, 2009 11:25:54 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56202
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/kStuff/iprt/kHlpAssert-iprt.cpp
r25528 r25529 40 40 va_list va; 41 41 va_start(va, pszFormat); 42 RTAssertMsg2 V/*Weak?*/(pszFormat, va);42 RTAssertMsg2WeakV(pszFormat, va); 43 43 va_end(va); 44 44 }
Note:
See TracChangeset
for help on using the changeset viewer.