File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -485,24 +485,12 @@ static const Entry s_QCall[] =
485485#endif
486486#if defined(TARGET_UNIX)
487487 DllImportEntry (CloseHandle)
488- DllImportEntry (CreateEventExW)
489- DllImportEntry (CreateMutexExW)
490- DllImportEntry (CreateSemaphoreExW)
491488 DllImportEntry (FormatMessageW)
492489 DllImportEntry (FreeEnvironmentStringsW)
493490 DllImportEntry (GetEnvironmentStringsW)
494491 DllImportEntry (GetEnvironmentVariableW)
495- DllImportEntry (OpenEventW)
496- DllImportEntry (OpenMutexW)
497- DllImportEntry (OpenSemaphoreW)
498492 DllImportEntry (OutputDebugStringW)
499- DllImportEntry (PAL_CreateMutexW)
500- DllImportEntry (PAL_OpenMutexW)
501- DllImportEntry (ReleaseMutex)
502- DllImportEntry (ReleaseSemaphore)
503- DllImportEntry (ResetEvent)
504493 DllImportEntry (SetEnvironmentVariableW)
505- DllImportEntry (SetEvent)
506494#endif
507495#if defined(TARGET_X86) || defined(TARGET_AMD64)
508496 DllImportEntry (X86BaseCpuId)
You can’t perform that action at this time.
0 commit comments