diff --git a/source/md.h b/source/md.h index 8cc6d88..6fdc724 100644 --- a/source/md.h +++ b/source/md.h @@ -384,8 +384,10 @@ #define MD_MemoryCopy(d,s,z) (MD_IMPL_Memmove(d,s,z)) //~ sprintf +#if !defined(MD_NO_STB_SPRINTF) #define STB_SPRINTF_DECORATE(name) md_stbsp_##name #include "md_stb_sprintf.h" +#endif //~///////////////////////////////////////////////////////////////////////////// //////////////////////////////////// Types /////////////////////////////////////