mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
msvcp90: Remove an unneeded cast.
This commit is contained in:
parent
2b54a7ee72
commit
9ceac318e0
@ -100,7 +100,7 @@ void __cdecl _Lockit_init(int locktype) {
|
||||
/* ?_Lockit_dtor@_Lockit@std@@SAXH@Z */
|
||||
void __cdecl _Lockit_free(int locktype)
|
||||
{
|
||||
lockit_cs[locktype].DebugInfo->Spare[0] = (DWORD_PTR)0;
|
||||
lockit_cs[locktype].DebugInfo->Spare[0] = 0;
|
||||
DeleteCriticalSection(&lockit_cs[locktype]);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user