mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
Fix broken assert
svn path=/trunk/; revision=21882
This commit is contained in:
@@ -607,7 +607,7 @@ InternalTrusteeAToW(IN PTRUSTEE_A pTrusteeA,
|
||||
PSTR lpStr;
|
||||
DWORD ErrorCode = ERROR_SUCCESS;
|
||||
|
||||
ASSERT(sizeof(TRUSTEE_W) == sizeof(TRUSTEE_A));
|
||||
//ASSERT(sizeof(TRUSTEE_W) == sizeof(TRUSTEE_A));
|
||||
|
||||
TrusteeForm = GetTrusteeForm(pTrusteeA);
|
||||
switch (TrusteeForm)
|
||||
|
||||
Reference in New Issue
Block a user