osxmidi / LinVst

Linux Windows vst wrapper/bridge
GNU General Public License v3.0
674 stars 41 forks source link

Fix compilation in Arch-based systems #95

Closed ismaelgv closed 5 years ago

ismaelgv commented 5 years ago

First, congrats on this project. LinVst helped me to use Windows VSTs on my Linux machines when other solutions failed.

This PR will fix compilation for Arch-based systems. This fix will work for both wine and wine-staging package since the windows.h header path is the same. It should not interfere with other OSes.

osxmidi commented 5 years ago

Thanks