Changeset 40664 in vbox for trunk/src/VBox
- Timestamp:
- Mar 27, 2012 1:33:04 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77101
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxLA.cpp
r40498 r40664 94 94 static const WCHAR *g_pwszClientName = L"CLIENTNAME"; 95 95 96 #ifdef RT_ARCH_AMD64 97 const WCHAR *g_pwszRegKeyDisconnectActions = L"Software\\Wow6432Node\\Oracle\\Sun Ray\\ClientInfoAgent\\DisconnectActions"; 98 const WCHAR *g_pwszRegKeyReconnectActions = L"Software\\Wow6432Node\\Oracle\\Sun Ray\\ClientInfoAgent\\ReconnectActions"; 99 #else 96 100 const WCHAR *g_pwszRegKeyDisconnectActions = L"Software\\Oracle\\Sun Ray\\ClientInfoAgent\\DisconnectActions"; 97 101 const WCHAR *g_pwszRegKeyReconnectActions = L"Software\\Oracle\\Sun Ray\\ClientInfoAgent\\ReconnectActions"; 102 #endif /* !RT_ARCH_AMD64 */ 98 103 99 104 const char g_szCommandPrefix[] = "Command";
Note:
See TracChangeset
for help on using the changeset viewer.