VirtualBox

Changeset 6428 in vbox


Ignore:
Timestamp:
Jan 21, 2008 7:04:28 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27395
Message:

Make it windows only to prevent potential trouble.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/VBox/logbackdoor.cpp

    r6427 r6428  
    3131#include <iprt/asm.h>
    3232#include <iprt/string.h>
     33#ifdef IN_GUEST_R3
     34# include <VBox/VBoxGuest.h>
     35#endif
    3336
    3437
     
    6871}
    6972
     73
    7074#ifdef IN_GUEST_R3
    71 
    72 #include <VBox/VBoxGuest.h>
    7375
    7476RTDECL(void) RTLogWriteUser(const char *pch, size_t cb)
    7577{
     78# ifndef RT_OS_WINDOWS /** @todo VbglR3WriteLog on windows */
    7679    VbglR3WriteLog(pch, cb);
     80# endif
    7781}
    78 
    7982
    8083#else  /* !IN_GUEST_R3 */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette