- Timestamp:
- Jul 10, 2008 4:25:23 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/VBox/logbackdoor.cpp
r8155 r10479 80 80 RTDECL(void) RTLogWriteUser(const char *pch, size_t cb) 81 81 { 82 # ifndef RT_OS_WINDOWS /** @todo VbglR3WriteLog on windows */83 82 VbglR3WriteLog(pch, cb); 84 # endif85 83 } 86 84
Note:
See TracChangeset
for help on using the changeset viewer.