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 - SDL_net UWP validation fail
Summary: SDL_net UWP validation fail
Status: NEW
Alias: None
Product: SDL_net
Classification: Unclassified
Component: misc (show other bugs)
Version: unspecified
Hardware: x86 Other
: P2 normal
Assignee: Sam Lantinga
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-11 06:14 UTC by Ryan C. Gordon
Modified: 2017-06-11 06:14 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.