strymon / spl

A tool for managing MIDI presets written in C++ using Qt and RtMIDI
49 stars 11 forks source link

Removed MFC (AfxRes.h) dependency. #7

Closed stanciuadrian closed 8 years ago

stanciuadrian commented 8 years ago

Although MFC comes with Visual Studio 2013/2015 Community Editions, it's not really required by this project. WinRes.h can be included instead of AfxRes.h.