- Timestamp:
- Jan 13, 2011 2:42:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/RDP/client/rdesktop.c
r33977 r35532 42 42 #ifdef VBOX 43 43 # include <VBox/version.h> 44 # include <iprt/log.h> 44 45 #endif 45 46 … … 433 434 } 434 435 436 #ifdef VBOX 437 /* This disables iprt logging */ 438 DECLEXPORT(PRTLOGGER) RTLogDefaultInit(void) 439 { 440 return NULL; 441 } 442 #endif 443 435 444 /* Client program */ 436 445 int
Note:
See TracChangeset
for help on using the changeset viewer.