mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Fix broken assert
svn path=/trunk/; revision=21882
This commit is contained in:
parent
8481c1fa10
commit
ac9b1b94cd
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue