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
112
112
#GetCurrentDirectoryW
113
113
#GetCurrentProcess
114
114
#GetCurrentProcessId
115
+ #GetCurrentProcessorNumberEx
115
116
#GetCurrentThreadId
116
117
#GetEnvironmentVariableA
117
118
#GetEnvironmentVariableW
118
119
#GetFileAttributesExW
119
120
#GetFileAttributesW
120
121
#GetFileSize
121
122
#GetFullPathNameW
123
+ #GetLogicalProcessorInformationEx
122
124
#GetLastError
123
125
#GetLongPathNameW
124
126
#GetModuleFileNameW
127
+ #GetNumaHighestNodeNumber
128
+ #GetNumaProcessorNodeEx
125
129
#GetProcAddress
126
130
#GetProcessAffinityMask
127
131
#GetProcessHeap
@@ -133,6 +137,7 @@ nativeStringResourceTable_mscorrc_debug
133
137
#GetTempFileNameW
134
138
#GetTempPathA
135
139
#GetTempPathW
140
+ #GetThreadGroupAffinity
136
141
#HeapAlloc
137
142
#HeapFree
138
143
#HeapSetInformation
@@ -168,6 +173,7 @@ nativeStringResourceTable_mscorrc_debug
168
173
#SetFilePointer
169
174
#SetLastError
170
175
#SetErrorMode
176
+ #SetThreadGroupAffinity
171
177
#Sleep
172
178
#SleepEx
173
179
#SwitchToThread
@@ -179,6 +185,7 @@ nativeStringResourceTable_mscorrc_debug
179
185
#TlsGetValue
180
186
#TlsSetValue
181
187
#VirtualAlloc
188
+ #VirtualAllocExNuma
182
189
#VirtualFree
183
190
#VirtualProtect
184
191
#VirtualQuery
Original file line number Diff line number Diff line change @@ -9,7 +9,4 @@ add_library_clr(utilcodestaticnohost STATIC ${UTILCODE_STATICNOHOST_SOURCES})
9
9
10
10
if (CLR_CMAKE_PLATFORM_UNIX)
11
11
target_link_libraries (utilcodestaticnohost nativeresourcestring)
12
- if (CLR_CMAKE_PLATFORM_DARWIN)
13
- target_link_libraries (utilcodestaticnohost coreclrpal)
14
- endif (CLR_CMAKE_PLATFORM_DARWIN)
15
12
endif (CLR_CMAKE_PLATFORM_UNIX)
You can’t perform that action at this time.
0 commit comments