summaryrefslogtreecommitdiffstats
path: root/tdemarkdown/md4c/src/md4c-html.c
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-03 20:00:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-03 20:00:05 +0900
commit53f603f284e8a36a764855f80b0ddaadfee818b8 (patch)
treea81eb704747d62b204f207d549f4ac5eb5b91540 /tdemarkdown/md4c/src/md4c-html.c
parent26914d6b97d50cb87a41b4a51a037dfdd4e824ed (diff)
downloadtdelibs-drop/custom-vsnprintf.tar.gz
tdelibs-drop/custom-vsnprintf.zip
vsnprintf/snprintf are part of the c++ standard, so there is no need to keep around custom implementations for themdrop/custom-vsnprintf
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdemarkdown/md4c/src/md4c-html.c')
-rw-r--r--tdemarkdown/md4c/src/md4c-html.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tdemarkdown/md4c/src/md4c-html.c b/tdemarkdown/md4c/src/md4c-html.c
index d604aecb0..4995dfad2 100644
--- a/tdemarkdown/md4c/src/md4c-html.c
+++ b/tdemarkdown/md4c/src/md4c-html.c
@@ -41,10 +41,6 @@
#endif
#endif
-#ifdef _WIN32
- #define snprintf _snprintf
-#endif
-
typedef struct MD_HTML_tag MD_HTML;