VirtualBox

Changeset 27555 in vbox for trunk/src/VBox/Runtime


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

tstRTProcCreateEx.cpp: Don't drag in Secur32.dll because it prevents testing the code on NT4.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTProcCreateEx.cpp

    r27514 r27555  
    8383
    8484#ifdef RT_OS_WINDOWS
     85# if 0 /** @todo Something here drags in Secur32.dll and prevents the testcase from being run on NT4. Add this stuff to IPRT and dynamically resolve the problematic bits, please. */
    8586    char szUser[_1K];
    8687    DWORD cbLen = sizeof(szUser);
     
    134135        RTMemFree(pszDomain);
    135136    }
     137# endif
    136138#else
    137139    /** @todo Lookup UID/effective UID, maybe GID? */
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