aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tre/fix-config.patch
blob: 89303ae8d32e039c8c1bd73c83e262002c14fd25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/win32/config.h b/win32/config.h
index 93b8210..db7a9e1 100644
--- a/win32/config.h
+++ b/win32/config.h
@@ -20,7 +20,6 @@
 /* #undef HAVE_ALLOCA_H */
 
 /* Define to 1 if you have <malloc.h> and it should be used. */
-#define HAVE_MALLOC_H 1
 
 /* Define if the GNU dcgettext() function is already present or preinstalled.
    */
@@ -180,4 +179,3 @@
 /* Avoid silly warnings about "insecure" functions. */
 #define _CRT_SECURE_NO_DEPRECATE 1
 
-#define snprintf sprintf_s