- Timestamp:
- Oct 12, 2015 11:19:10 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibAdditions.cpp
r58176 r58177 40 40 #ifdef RT_OS_WINDOWS 41 41 42 # define WIDE_STR_2(a) L##a43 # define WIDE_STR(a) WIDE_STR_2(a)44 45 42 /** 46 43 * Opens the "VirtualBox Guest Additions" registry key. … … 58 55 static PCRTUTF16 s_apwszKeys[] = 59 56 { 60 L"SOFTWARE\\" WIDE_STR(VBOX_VENDOR_SHORT) L"\\VirtualBox Guest Additions",57 L"SOFTWARE\\" RT_LSTR(VBOX_VENDOR_SHORT) L"\\VirtualBox Guest Additions", 61 58 #ifdef RT_ARCH_AMD64 62 L"SOFTWARE\\Wow6432Node\\" WIDE_STR(VBOX_VENDOR_SHORT) L"\\VirtualBox Guest Additions",59 L"SOFTWARE\\Wow6432Node\\" RT_LSTR(VBOX_VENDOR_SHORT) L"\\VirtualBox Guest Additions", 63 60 #endif 64 61 L"SOFTWARE\\Sun\\VirtualBox Guest Additions",
Note:
See TracChangeset
for help on using the changeset viewer.