From 854bcf4d8350774e015ca954484a2fa327f941e9 Mon Sep 17 00:00:00 2001 From: Mikhail Kurinnoi Date: Mon, 19 Aug 2019 15:06:58 +0300 Subject: [Tizen] Partially revert a6292a6. NetcoreDBG depends from PAL functions. Instead of SOS plugin, that use PAL static libs, debugger should be able to operate with any runtime version and can't be statically linked to PAL. --- src/dlls/mscoree/mscorwks_unixexports.src | 39 +++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'src/dlls') diff --git a/src/dlls/mscoree/mscorwks_unixexports.src b/src/dlls/mscoree/mscorwks_unixexports.src index 98db67bd1a..6ba08c9af8 100644 --- a/src/dlls/mscoree/mscorwks_unixexports.src +++ b/src/dlls/mscoree/mscorwks_unixexports.src @@ -19,3 +19,42 @@ PAL_UnregisterModule CoreDllMain DllMain GetCLRRuntimeHost + +; Win32 API and other PAL functions used by the System.Private.CoreLib +CloseHandle +CoTaskMemAlloc +CoTaskMemRealloc +CoTaskMemFree +CreateEventW +CreateEventExW +CreateMutexW +CreateMutexExW +CreateSemaphoreW +CreateSemaphoreExW +FormatMessageW +FreeEnvironmentStringsW +GetCurrentProcessId +GetCurrentThreadId +GetEnvironmentStringsW +GetEnvironmentVariableW +GetStdHandle +GetSystemInfo +LocalAlloc +LocalReAlloc +LocalFree +OpenEventW +OpenMutexW +OpenSemaphoreW +OutputDebugStringW +QueryPerformanceCounter +QueryPerformanceFrequency +ReleaseMutex +ReleaseSemaphore +ResetEvent +SetEnvironmentVariableW +SetEvent +SysAllocStringByteLen +SysAllocStringLen +SysFreeString +SysStringLen +WriteFile -- cgit v1.2.3