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:
Steve Lhomme 2023-05-31 07:43:02 +02:00 committed by LIU Hao
parent 9817f79a04
commit b220602e1b

View File

@ -49,7 +49,6 @@ libwinstorecompat_a_SOURCES = \
$(NULL)
libwindowsappcompat_a_SOURCES = \
src/beginthread.c \
src/GetModuleHandle.c \
src/LoadLibraryW.c \
src/CreateFileW.c \