VirtualBox

Changeset 27554 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Mar 20, 2010 3:02:33 PM (15 years ago)
Author:
vboxsync
Message:

localipc-win.cpp: don't drag in ConvertStringSecurityDescriptorToSecurityDescriptor because it prevents testing on NT4.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/localipc-win.cpp

    r26344 r27554  
    193193    DWORD err;
    194194    PSECURITY_DESCRIPTOR pSecDesc = NULL;
     195#if 0 /** @todo dynamically resolve this as it is the only thing that prevents
     196       * loading IPRT on NT4. */
    195197    if (ConvertStringSecurityDescriptorToSecurityDescriptor(RTLOCALIPC_WIN_SDDL,
    196198                                                            SDDL_REVISION_1,
    197199                                                            &pSecDesc,
    198200                                                            NULL))
     201#else
     202    AssertFatalFailed();
     203    SetLastError(-1);
     204    if (0)
     205#endif
    199206    {
    200207        SECURITY_ATTRIBUTES SecAttrs;
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