Commit 77ef1a6e14d97fb1527f4664264a62afc74e2cfb

apnadkarni 2022-02-13T14:11:46

Update common.h

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/examples/common.h b/examples/common.h
index f86e92c..901c041 100644
--- a/examples/common.h
+++ b/examples/common.h
@@ -45,7 +45,7 @@
 #endif
 
 #ifdef _MSC_VER
-#define snprintf sprintf_s
+#define snprintf _snprintf
 #define strcasecmp strcmpi
 #endif