Changeset 6428 in vbox
- Timestamp:
- Jan 21, 2008 7:04:28 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27395
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/VBox/logbackdoor.cpp
r6427 r6428 31 31 #include <iprt/asm.h> 32 32 #include <iprt/string.h> 33 #ifdef IN_GUEST_R3 34 # include <VBox/VBoxGuest.h> 35 #endif 33 36 34 37 … … 68 71 } 69 72 73 70 74 #ifdef IN_GUEST_R3 71 72 #include <VBox/VBoxGuest.h>73 75 74 76 RTDECL(void) RTLogWriteUser(const char *pch, size_t cb) 75 77 { 78 # ifndef RT_OS_WINDOWS /** @todo VbglR3WriteLog on windows */ 76 79 VbglR3WriteLog(pch, cb); 80 # endif 77 81 } 78 79 82 80 83 #else /* !IN_GUEST_R3 */
Note:
See TracChangeset
for help on using the changeset viewer.