We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 3669

Summary: SDL_net UWP validation fail
Product: SDL_net Reporter: Ryan C. Gordon <icculus>
Component: miscAssignee: Sam Lantinga <slouken>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P2    
Version: unspecified   
Hardware: x86   
OS: Other   

Description Ryan C. Gordon 2017-06-11 06:14:19 UTC
Apparently SDL_net uses two win32 APIs that are forbidden on the Windows Store. Discussion is here:

https://discourse.libsdl.org/t/sdl-net-uwp-validation-fail/22609

One can (probably) be #ifdef'd out for UWP builds if nothing else, the other can probably be replaced with SIO_GET_INTERFACE_LIST.

--ryan.