VirtualBox

Changeset 35532 in vbox for trunk/src


Ignore:
Timestamp:
Jan 13, 2011 2:42:32 PM (14 years ago)
Author:
vboxsync
Message:

RDP/client: disable iprt logging on startup as iprt threading is not available

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/RDP/client/rdesktop.c

    r33977 r35532  
    4242#ifdef VBOX
    4343# include <VBox/version.h>
     44# include <iprt/log.h>
    4445#endif
    4546
     
    433434}
    434435
     436#ifdef VBOX
     437/* This disables iprt logging */
     438DECLEXPORT(PRTLOGGER) RTLogDefaultInit(void)
     439{
     440    return NULL;
     441}
     442#endif
     443
    435444/* Client program */
    436445int
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