Commit 8cb2833f authored by Dmitry Frank's avatar Dmitry Frank Committed by Cesanta Bot

Implement miot dev call

PUBLISHED_FROM=40d62ce03a4f739b458076395941e4ad7c932fb3
parent 1730f3c0
......@@ -140,7 +140,6 @@
#endif
#define _WINSOCK_DEPRECATED_NO_WARNINGS 1
#define _CRT_SECURE_NO_WARNINGS
#include <assert.h>
#include <direct.h>
......@@ -164,10 +163,6 @@
#include <windows.h>
#include <process.h>
#if defined(_MSC_VER) && _MSC_VER >= 1800
#define strdup _strdup
#endif
#ifndef EINPROGRESS
#define EINPROGRESS WSAEINPROGRESS
#endif
......
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