VS 2015 does comply with C99 according the build-in function snprintf
now when the Win SDK 10.0.10150.0 is included and used by default with
.\ucrt\stdio.h accordingly.

This makes the common define# for snprintf _snprintf obsolete and the
build of fluidsynth with VS 2015 will fail.

The maintainer may take this into account with config_win32.h for the
future:


#if _MSC_VER>=1900
#define STDC99
#endif

#if _MSC_VER<1900
#define snprintf _snprintf
#endif

Maybe that have been reported  already and did not found it by my
search. In that case, please, ignore my hint.

Thanks
Stephan

_______________________________________________
fluid-dev mailing list
fluid-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fluid-dev

Reply via email to