Changeset 65817 in vbox for trunk/src/VBox
- Timestamp:
- Feb 20, 2017 3:58:49 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/RDP/client-1.8.3/rdesktop.c
r57416 r65817 44 44 45 45 #ifdef VBOX 46 # include <iprt/initterm.h> 46 47 # include <VBox/version.h> 47 48 # include <iprt/log.h> … … 262 263 #endif 263 264 #ifdef WITH_RDPUSB 264 fprintf(stderr, 265 fprintf(stderr, 265 266 " '-r usb': enable USB redirection\n"); 266 267 #endif … … 584 585 #endif 585 586 587 #ifdef VBOX 588 RTR3InitExe(argc, &argv, 0); 589 #endif 590 586 591 #ifdef HAVE_LOCALE_H 587 592 /* Set locale according to environment */
Note:
See TracChangeset
for help on using the changeset viewer.