Index: /trunk/src/VBox/RDP/client/rdesktop.c
===================================================================
--- /trunk/src/VBox/RDP/client/rdesktop.c	(revision 35531)
+++ /trunk/src/VBox/RDP/client/rdesktop.c	(revision 35532)
@@ -42,4 +42,5 @@
 #ifdef VBOX
 # include <VBox/version.h>
+# include <iprt/log.h>
 #endif
 
@@ -433,4 +434,12 @@
 }
 
+#ifdef VBOX
+/* This disables iprt logging */
+DECLEXPORT(PRTLOGGER) RTLogDefaultInit(void)
+{
+    return NULL;
+}
+#endif
+
 /* Client program */
 int
