Commit c2acc92a authored by Jon Griffiths's avatar Jon Griffiths Committed by Alexandre Julliard

Create security attributes when running as NT or later.

parent 66467f20
......@@ -66,7 +66,7 @@ WINAPI SHLWAPI_356(LPSECURITY_ATTRIBUTES lpAttr, PSECURITY_DESCRIPTOR lpSec)
TRACE("(%p,%p)\n", lpAttr, lpSec);
if (0) /* FIXME: SHWAPI_OsIsUnicode, as per shell32 */
if (!(GetVersion() & 0x80000000)) /* NT */
{
if (!lpSec || !lpAttr)
return NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment