From 2ff5876f175757849e55e27a09307da677d97c6c Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman <hartman@videolan.org> Date: Sat, 25 Nov 2006 02:11:57 +0000 Subject: [PATCH] * Fix the gnutls win32 patch if !defined _WIN32 should be either ifndef _WIN32 or if !defined(_WIN32) --- extras/contrib/src/Patches/gnutls-win32.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/contrib/src/Patches/gnutls-win32.patch b/extras/contrib/src/Patches/gnutls-win32.patch index 514a164a5107..6f26e06bfa4e 100644 --- a/extras/contrib/src/Patches/gnutls-win32.patch +++ b/extras/contrib/src/Patches/gnutls-win32.patch @@ -34,7 +34,7 @@ #endif }; - -+#if !defined _WIN32 ++#ifndef _WIN32 const char * gai_strerror (int code) { -- GitLab