VirtualBox

Changeset 65817 in vbox


Ignore:
Timestamp:
Feb 20, 2017 3:58:49 PM (8 years ago)
Author:
vboxsync
Message:

rdesktop: initialize IPRT, cures thread adoption related assertion (caused by confusion about the main thread). Thread functionality needs initialization.

File:
1 edited

Legend:

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

    r57416 r65817  
    4444
    4545#ifdef VBOX
     46# include <iprt/initterm.h>
    4647# include <VBox/version.h>
    4748# include <iprt/log.h>
     
    262263#endif
    263264#ifdef WITH_RDPUSB
    264         fprintf(stderr, 
     265        fprintf(stderr,
    265266                "         '-r usb': enable USB redirection\n");
    266267#endif
     
    584585#endif
    585586
     587#ifdef VBOX
     588    RTR3InitExe(argc, &argv, 0);
     589#endif
     590
    586591#ifdef HAVE_LOCALE_H
    587592        /* Set locale according to environment */
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