X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=include%2Flibmemcached-1.0%2Fplatform.h;h=f2e85491dcae141ea8b88086c63f11579695a822;hb=28153bf5c12d2baa134f7ad4f7d948df04f8590e;hp=1ab1bc075180c094f59b5a061ed3a773d7ec6cd3;hpb=2f289c64f625962d945ec3bee80f36bc5c61ee35;p=awesomized%2Flibmemcached diff --git a/include/libmemcached-1.0/platform.h b/include/libmemcached-1.0/platform.h index 1ab1bc07..f2e85491 100644 --- a/include/libmemcached-1.0/platform.h +++ b/include/libmemcached-1.0/platform.h @@ -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 | + | 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 # include typedef SOCKET memcached_socket_t;