]> git.sesse.net Git - vlc/commitdiff
* Fix the gnutls win32 patch
authorDerk-Jan Hartman <hartman@videolan.org>
Sat, 25 Nov 2006 02:11:57 +0000 (02:11 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Sat, 25 Nov 2006 02:11:57 +0000 (02:11 +0000)
  if !defined _WIN32 should be either ifndef _WIN32 or if !defined(_WIN32)

extras/contrib/src/Patches/gnutls-win32.patch

index 514a164a5107861a1127ba2a4ea0f5fcc9159ecb..6f26e06bfa4e193ebc785ee96fd91042daa43c60 100644 (file)
@@ -34,7 +34,7 @@
  #endif
    };
 -
-+#if !defined _WIN32
++#ifndef _WIN32
  const char *
  gai_strerror (int code)
  {