#1291 Fix submitted. Thank You to T Modes for reporting this issue.

This commit is contained in:
Robin Mills 2017-04-23 11:57:05 +00:00
parent 1ff0bef409
commit 73572aa54d
3 changed files with 1200 additions and 277 deletions

View File

@ -6,7 +6,7 @@
///// Start of Visual Studio Support /////
#ifdef _MSC_VER
#include <winsock2.h>
#include <windows.h>
#define _MSC_VER_2015 1900
#define _MSC_VER_2013 1800
@ -43,12 +43,6 @@
# endif
#endif
#include <windows.h>
#include <shlobj.h>
#pragma comment(lib, "ws2_32.lib")
#pragma comment(lib, "wldap32.lib")
#if _MSC_VER >= _MSC_VER_2010
# define EXV_HAVE_STDINT_H 1
#else

File diff suppressed because it is too large Load Diff

View File

@ -23,6 +23,11 @@
* http.cpp
*/
#ifdef _MSC_VER
#include <winsock2.h>
#pragma comment(lib, "ws2_32.lib")
#endif
// included header files
#include "config.h"