prepare v1.1.4
[awesomized/libmemcached] / include / libmemcached-1.0 / platform.h
index 1ab1bc075180c094f59b5a061ed3a773d7ec6cd3..f2e85491dcae141ea8b88086c63f11579695a822 100644 (file)
@@ -1,6 +1,6 @@
 /*
     +--------------------------------------------------------------------+
-    | libmemcached - C/C++ Client Library for memcached                  |
+    | libmemcached-awesome - C/C++ Client Library for memcached          |
     +--------------------------------------------------------------------+
     | Redistribution and use in source and binary forms, with or without |
     | modification, are permitted under the terms of the BSD license.    |
@@ -9,7 +9,7 @@
     | the terms online at: https://opensource.org/licenses/BSD-3-Clause  |
     +--------------------------------------------------------------------+
     | Copyright (c) 2006-2014 Brian Aker   https://datadifferential.com/ |
-    | Copyright (c) 2020 Michael Wallner   <mike@php.net>                |
+    | Copyright (c) 2020-2021 Michael Wallner        https://awesome.co/ |
     +--------------------------------------------------------------------+
 */
 
@@ -53,6 +53,8 @@ typedef long int ssize_t;
 #endif
 
 #if defined _WIN32
+# define WINVER 0x0600
+# define _WIN32_WINNT 0x0600
 # include <winsock2.h>
 # include <ws2tcpip.h>
 typedef SOCKET memcached_socket_t;