This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -112,16 +112,20 @@ nativeStringResourceTable_mscorrc_debug
112112#GetCurrentDirectoryW
113113#GetCurrentProcess
114114#GetCurrentProcessId
115+ #GetCurrentProcessorNumberEx
115116#GetCurrentThreadId
116117#GetEnvironmentVariableA
117118#GetEnvironmentVariableW
118119#GetFileAttributesExW
119120#GetFileAttributesW
120121#GetFileSize
121122#GetFullPathNameW
123+ #GetLogicalProcessorInformationEx
122124#GetLastError
123125#GetLongPathNameW
124126#GetModuleFileNameW
127+ #GetNumaHighestNodeNumber
128+ #GetNumaProcessorNodeEx
125129#GetProcAddress
126130#GetProcessAffinityMask
127131#GetProcessHeap
@@ -133,6 +137,7 @@ nativeStringResourceTable_mscorrc_debug
133137#GetTempFileNameW
134138#GetTempPathA
135139#GetTempPathW
140+ #GetThreadGroupAffinity
136141#HeapAlloc
137142#HeapFree
138143#HeapSetInformation
@@ -168,6 +173,7 @@ nativeStringResourceTable_mscorrc_debug
168173#SetFilePointer
169174#SetLastError
170175#SetErrorMode
176+ #SetThreadGroupAffinity
171177#Sleep
172178#SleepEx
173179#SwitchToThread
@@ -179,6 +185,7 @@ nativeStringResourceTable_mscorrc_debug
179185#TlsGetValue
180186#TlsSetValue
181187#VirtualAlloc
188+ #VirtualAllocExNuma
182189#VirtualFree
183190#VirtualProtect
184191#VirtualQuery
Original file line number Diff line number Diff line change @@ -9,7 +9,4 @@ add_library_clr(utilcodestaticnohost STATIC ${UTILCODE_STATICNOHOST_SOURCES})
99
1010if (CLR_CMAKE_PLATFORM_UNIX)
1111 target_link_libraries (utilcodestaticnohost nativeresourcestring)
12- if (CLR_CMAKE_PLATFORM_DARWIN)
13- target_link_libraries (utilcodestaticnohost coreclrpal)
14- endif (CLR_CMAKE_PLATFORM_DARWIN)
1512endif (CLR_CMAKE_PLATFORM_UNIX)
You can’t perform that action at this time.
0 commit comments