Index: /trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c
===================================================================
--- /trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c	(revision 59421)
+++ /trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c	(revision 59422)
@@ -78,8 +78,7 @@
  */
 #if ARCH_BITS == 64 || defined(VBOX_IN_32_ON_64_MAIN_API)
-# define VBPS_PROXY_STUB_FILE(a_fIs32On64) \
-    ( (a_fIs32On64) ? "x86\\VBoxProxyStub-x86.dll" : VBPS_PROXY_STUB_FILE_SUB() )
+# define VBPS_PROXY_STUB_FILE(a_fIs32On64) ( (a_fIs32On64) ? "x86\\VBoxProxyStub-x86.dll" : VBPS_PROXY_STUB_FILE_SUB() )
 #else
-# define VBPS_PROXY_STUB_FILE(a_fIs32On64) "VBoxProxyStub.dll"
+# define VBPS_PROXY_STUB_FILE(a_fIs32On64) VBPS_PROXY_STUB_FILE_SUB()
 #endif
 #define VBPS_PROXY_STUB_FILE_SUB() \
@@ -1299,5 +1298,5 @@
     const char * const pszWinXx       = "win32";
 #else
-    const char * const pszWinXx       = !fIs32On64 ? "win64"             : "win32";
+    const char * const pszWinXx       = !fIs32On64 ? "win64" : "win32";
 #endif
     const char * const pszDescription = "VirtualBox Type Library";
