Skip to content
Snippets Groups Projects
Commit 7f0cd47d authored by Steve Lhomme's avatar Steve Lhomme
Browse files

contrib: bluray: disable package not usable on Winstore builds

uses SetThreadAffinityMask (which is now available)
uses LoadLibraryExW which should be remapped to another call (or not used at all)
uses GetWindowsDirectoryW which is not available
uses SetDllDirectoryW which is not available
uses RegOpenKeyExW, RegQueryValueExW, RegEnumValueW and RegCloseKey which are not available
uses GetModuleHandleEx which is not available
uses GetDC and ReleaseDC which are not available
uses EnumFontFamiliesExW which is not available
parent 5c69545e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment