RustAudio / baseview

low-level window system interface for audio plugin UIs
Apache License 2.0
267 stars 57 forks source link

Add support for Windows 7 and 8 #145

Open helgoboss opened 1 year ago

helgoboss commented 1 year ago

A few users are still on Windows 7 and 8. Currently, plug-ins which use baseview don't even scan on these platforms because GetDpiForWindow and SetProcessDpiAwarenessContext are not available there. I will make a PR which uses lazy loading of those functions.