VirtualBox

Changeset 59422 in vbox


Ignore:
Timestamp:
Jan 20, 2016 3:20:21 PM (9 years ago)
Author:
vboxsync
Message:

VBoxProxyStub.c: Corrected VBPS_PROXY_STUB_FILE macro for 32-bit hosts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c

    r59418 r59422  
    7878 */
    7979#if ARCH_BITS == 64 || defined(VBOX_IN_32_ON_64_MAIN_API)
    80 # define VBPS_PROXY_STUB_FILE(a_fIs32On64) \
    81     ( (a_fIs32On64) ? "x86\\VBoxProxyStub-x86.dll" : VBPS_PROXY_STUB_FILE_SUB() )
     80# define VBPS_PROXY_STUB_FILE(a_fIs32On64) ( (a_fIs32On64) ? "x86\\VBoxProxyStub-x86.dll" : VBPS_PROXY_STUB_FILE_SUB() )
    8281#else
    83 # define VBPS_PROXY_STUB_FILE(a_fIs32On64) "VBoxProxyStub.dll"
     82# define VBPS_PROXY_STUB_FILE(a_fIs32On64) VBPS_PROXY_STUB_FILE_SUB()
    8483#endif
    8584#define VBPS_PROXY_STUB_FILE_SUB() \
     
    12991298    const char * const pszWinXx       = "win32";
    13001299#else
    1301     const char * const pszWinXx       = !fIs32On64 ? "win64"             : "win32";
     1300    const char * const pszWinXx       = !fIs32On64 ? "win64" : "win32";
    13021301#endif
    13031302    const char * const pszDescription = "VirtualBox Type Library";
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