Skip to content

win32: don't use SetThreadErrorMode in XBOX builds

Steve Lhomme requested to merge robUx4/vlc:gdk-setthreaderror into master

LoadLibraryExW is available, but not SetThreadErrorMode.

We should probably be checking WINAPI_GAMES_APP, but it doesn't exist in mingw-w64. So we just check the known defines for the GDK.

Merge request reports