Commit 18f7b45a authored by Tomoyuki Sahara's avatar Tomoyuki Sahara

Merge pull request #29 from rmalizia44/patch-1

Add _WIN32_WINNT definition to Avoid Windows Compilation Errors
parents c165e501 be2ec608
......@@ -5,6 +5,8 @@
*/
#ifdef _WIN32
#define _WIN32_WINNT 0x0501
#include <winsock2.h>
#include <ws2tcpip.h>
#include <windows.h>
......
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