Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • cerbero cerbero
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 101
    • Issues 101
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 35
    • Merge requests 35
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamerGStreamer
  • cerberocerbero
  • Repository
Switch branch/tag
  • cerbero
  • recipes
  • glib.recipe
Find file BlameHistoryPermalink
  • Nirbheek Chauhan's avatar
    glib.recipe: Don't wait for Window Messages on UWP · 71486c16
    Nirbheek Chauhan authored Jul 09, 2020
    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).
    
    Part-of: <!545>
    71486c16