Fix copypasta error, spotted by Thomas.

svn path=/trunk/; revision=74320
This commit is contained in:
Mark Jansen 2017-04-15 22:18:29 +00:00
parent 3f79f9922f
commit c873907550

View file

@ -75,7 +75,7 @@ static BOOL RenderingEnabled = TRUE;
ExReleaseFastMutexUnsafeAndLeaveCriticalRegion(FontListLock)
#define ASSERT_GLOBALFONTS_LOCK_HELD() \
ASSERT(FreeTypeLock->Owner == KeGetCurrentThread())
ASSERT(FontListLock->Owner == KeGetCurrentThread())
#define IntLockFreeType \
ExEnterCriticalRegionAndAcquireFastMutexUnsafe(FreeTypeLock)