Changeset 21337 in vbox for trunk/src/VBox/Runtime/common/misc/RTAssertMsg2.cpp
- Timestamp:
- Jul 7, 2009 2:58:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/RTAssertMsg2.cpp
r14500 r21337 34 34 *******************************************************************************/ 35 35 #include <iprt/assert.h> 36 #include "internal/iprt.h" 37 36 38 #include <iprt/stdarg.h> 37 39 … … 44 46 va_end(va); 45 47 } 48 RT_EXPORT_SYMBOL(RTAssertMsg2); 46 49
Note:
See TracChangeset
for help on using the changeset viewer.