Changeset 916 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Feb 15, 2007 1:20:41 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp
r915 r916 34 34 #include <iprt/string.h> 35 35 36 #if 1&& defined(IN_RING0)36 #if 0 && defined(IN_RING0) 37 37 extern "C" DECLIMPORT(int) MyPrintf(const char *pszFormat, ...); 38 38 # define MY_PRINTF(a) MyPrintf a
Note:
See TracChangeset
for help on using the changeset viewer.