mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
fix build, sorry
svn path=/trunk/; revision=32498
This commit is contained in:
@@ -1058,7 +1058,7 @@ GDIOBJ_ShareLockObj (HGDIOBJ hObj, DWORD ExpectedType)
|
||||
RtlCaptureStackBackTrace(1, GDI_STACK_LEVELS, (PVOID*)GDIHandleLocker[HandleIndex], NULL);
|
||||
}
|
||||
#else
|
||||
_InterlockedIncrement(Object->ulShareCount);
|
||||
_InterlockedIncrement((PLONG)&Object->ulShareCount);
|
||||
#endif
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user