VirtualBox

Changeset 40664 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 27, 2012 1:33:04 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77101
Message:

VBoxTray: different registry keys for 64 bit guests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxLA.cpp

    r40498 r40664  
    9494static const WCHAR *g_pwszClientName = L"CLIENTNAME";
    9595
     96#ifdef RT_ARCH_AMD64
     97const WCHAR *g_pwszRegKeyDisconnectActions = L"Software\\Wow6432Node\\Oracle\\Sun Ray\\ClientInfoAgent\\DisconnectActions";
     98const WCHAR *g_pwszRegKeyReconnectActions = L"Software\\Wow6432Node\\Oracle\\Sun Ray\\ClientInfoAgent\\ReconnectActions";
     99#else
    96100const WCHAR *g_pwszRegKeyDisconnectActions = L"Software\\Oracle\\Sun Ray\\ClientInfoAgent\\DisconnectActions";
    97101const WCHAR *g_pwszRegKeyReconnectActions = L"Software\\Oracle\\Sun Ray\\ClientInfoAgent\\ReconnectActions";
     102#endif /* !RT_ARCH_AMD64 */
    98103
    99104const char g_szCommandPrefix[] = "Command";
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette