aboutsummaryrefslogtreecommitdiff
path: root/patches/tls_config.c.patch
blob: 5702a581df0052339211454263c75fa8c871981b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- tls/tls_config.c.orig	Sun Mar 18 00:29:59 2018
+++ tls/tls_config.c	Sun Mar 18 00:30:51 2018
@@ -15,6 +15,10 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#ifdef _MSC_VER
+#define NO_REDEF_POSIX_FUNCTIONS
+#endif
+
 #include <sys/stat.h>
 
 #include <ctype.h>