From c73e6961a57cddfe46516b8634c0805a037a4172 Mon Sep 17 00:00:00 2001 From: ryanfleury Date: Fri, 24 Sep 2021 18:57:32 -0600 Subject: [PATCH] for real this time --- source/md.h | 2 ++ 1 file changed, 2 insertions(+) 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 /////////////////////////////////////