free-audio / clap-host

Reference Host
MIT License
58 stars 15 forks source link

makeClapWindow uses incorrect API on Windows #12

Closed nakst closed 2 years ago

nakst commented 2 years ago

In makeClapWindow in plugin-host.cc, the Windows OS codepath uses CLAP_WINDOW_API_COCOA instead of CLAP_WINDOW_API_WIN32.

abique commented 2 years ago

Thanks this is now fixed.