mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-23 09:54:39 +08:00
winstorecompat: remove _beginthread() from windowsappcompat
It's allowed now in Windows 10. Keep it forbidden in winstorecompat (Win8) as it's forbidden there [1]. Win10 UWP builds will use the version in api-ms-win-crt-runtime-l1-1-0.dll via windowsapp. [1] https://learn.microsoft.com/en-us/cpp/cppcx/crt-functions-not-supported-in-universal-windows-platform-apps?view=msvc-160#windows-8x-store-apps-and-windows-phone-8x-apps Signed-off-by: LIU Hao <lh_mouse@126.com>
This commit is contained in:
parent
9817f79a04
commit
b220602e1b
@ -49,7 +49,6 @@ libwinstorecompat_a_SOURCES = \
|
||||
$(NULL)
|
||||
|
||||
libwindowsappcompat_a_SOURCES = \
|
||||
src/beginthread.c \
|
||||
src/GetModuleHandle.c \
|
||||
src/LoadLibraryW.c \
|
||||
src/CreateFileW.c \
|
||||
|
Loading…
Reference in New Issue
Block a user