We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 975df62 + 37712fd commit 690ec87Copy full SHA for 690ec87
html/html_smartypants.c
@@ -22,6 +22,10 @@
22
#include <stdio.h>
23
#include <ctype.h>
24
25
+#if defined(_WIN32)
26
+#define snprintf _snprintf
27
+#endif
28
+
29
struct smartypants_data {
30
int in_squote;
31
int in_dquote;
src/autolink.c
@@ -21,6 +21,10 @@
21
+#define strncasecmp _strnicmp
int
sd_autolink_issafe(const uint8_t *link, size_t link_len)
{
src/markdown.c
@@ -25,6 +25,10 @@
32
#define REF_TABLE_SIZE 8
33
34
#define BUFFER_BLOCK 0
0 commit comments