mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Fix ExReleaseResourceLock(), spotted by Alex.
svn path=/trunk/; revision=32803
This commit is contained in:
@@ -49,7 +49,7 @@ ExReleaseResourceLock(IN PERESOURCE_XP Resource,
|
||||
UNREFERENCED_PARAMETER(LockHandle);
|
||||
|
||||
/* Simply enable interrupts */
|
||||
_disable();
|
||||
_enable();
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user