Changeset 59422 in vbox
- Timestamp:
- Jan 20, 2016 3:20:21 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c
r59418 r59422 78 78 */ 79 79 #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() ) 82 81 #else 83 # define VBPS_PROXY_STUB_FILE(a_fIs32On64) "VBoxProxyStub.dll"82 # define VBPS_PROXY_STUB_FILE(a_fIs32On64) VBPS_PROXY_STUB_FILE_SUB() 84 83 #endif 85 84 #define VBPS_PROXY_STUB_FILE_SUB() \ … … 1299 1298 const char * const pszWinXx = "win32"; 1300 1299 #else 1301 const char * const pszWinXx = !fIs32On64 ? "win64" : "win32";1300 const char * const pszWinXx = !fIs32On64 ? "win64" : "win32"; 1302 1301 #endif 1303 1302 const char * const pszDescription = "VirtualBox Type Library";
Note:
See TracChangeset
for help on using the changeset viewer.

