Commit 42fab0cc authored by Dominik Charousset's avatar Dominik Charousset

Fix compiler error on MinGW, relates #485

parent b06a727c
...@@ -1253,7 +1253,7 @@ private: ...@@ -1253,7 +1253,7 @@ private:
native_socket fd_; native_socket fd_;
}; };
#ifdef CAF_WINDOWS #if defined(CAF_WINDOWS) && ! defined(__MINGW32__)
using sa_family_t = unsigned short; using sa_family_t = unsigned short;
using in_port_t = unsigned short; using in_port_t = unsigned short;
#endif #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