Commit 2ff5876f authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Fix the gnutls win32 patch

  if !defined _WIN32 should be either ifndef _WIN32 or if !defined(_WIN32)
parent 7c449e47
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#endif #endif
}; };
- -
+#if !defined _WIN32 +#ifndef _WIN32
const char * const char *
gai_strerror (int code) gai_strerror (int code)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment