osoumen / C700

Software Sampler plugin for AU/VST and MacOSX/Windows
GNU Lesser General Public License v2.1
262 stars 16 forks source link

snprintf Visual Studio 2017 #9

Open jonathanlyonmoore opened 6 years ago

jonathanlyonmoore commented 6 years ago

Put this define in C700Kernel.cpp

if _MSC_VER < 1900

define snprintf _snprintf

endif