Implemented/fixed Windows/MSVC support for sockets.
This commit is contained in:
16
source/mijin/util/winundef.hpp
Normal file
16
source/mijin/util/winundef.hpp
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
#if defined(NEAR)
|
||||
#undef NEAR
|
||||
#endif
|
||||
|
||||
#if defined(FAR)
|
||||
#undef FAR
|
||||
#endif
|
||||
|
||||
#if defined(ERROR)
|
||||
#undef ERROR
|
||||
#endif
|
||||
|
||||
#if defined(IGNORE)
|
||||
#undef IGNORE
|
||||
#endif
|
||||
Reference in New Issue
Block a user