Skip to content

glib.recipe: Don't wait for Window Messages on UWP

This function is not available UWP, and WaitForMultipleObjects should be used instead since Win32 Window Messages are not available on UWP.

This error was reported by the Windows Application Certification Kit (WACK).

Merge request reports