mirror of
https://github.com/decompals/wibo.git
synced 2025-12-12 22:56:13 +00:00
Remove advapi32/internal.cpp; move to relevant source files
This commit is contained in:
@@ -150,7 +150,7 @@ BOOL WIN_FUNC CloseHandle(HANDLE hObject) {
|
||||
} else if (data.type == handles::TYPE_PROCESS) {
|
||||
delete reinterpret_cast<processes::Process *>(data.ptr);
|
||||
} else if (data.type == handles::TYPE_TOKEN) {
|
||||
advapi32::releaseToken(data.ptr);
|
||||
delete reinterpret_cast<TokenObject *>(data.ptr);
|
||||
} else if (data.type == handles::TYPE_MUTEX) {
|
||||
releaseMutexObject(reinterpret_cast<MutexObject *>(data.ptr));
|
||||
} else if (data.type == handles::TYPE_EVENT) {
|
||||
|
||||
Reference in New Issue
Block a user