Skip to content
  • Jon Turney's avatar
    hw/xwin: Remove support for pre-Vista Win32 clipboard API · 9f51dfde
    Jon Turney authored
    The original Win32 clipboard API is widely regarded as terrible, since
    it relies on clients co-operatively managing the clipboard viewer chain,
    and a single buggy client can break it for all other clients.
    
    The last Windows version only supporting that API was Windows XP (5.1),
    EOLed in 2014.
    
    (This requires MinGW-w64 w32api 6.0.0 or later for
    Add/RemoveClipboardListener correctly exported by the x86_64 user32
    implib)
    9f51dfde