mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
Create security attributes when running as NT or later.
This commit is contained in:
parent
66467f206b
commit
c2acc92a82
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user