Define SHUT_WR as SD_SEND for MinGW32

pull/1/head
Tatsuhiro Tsujikawa 2011-07-16 00:58:13 +09:00
parent ad4065ca12
commit ba710a7cb4
1 changed files with 6 additions and 0 deletions

View File

@ -106,6 +106,12 @@
#define DEFAULT_AI_FLAGS AI_ADDRCONFIG
#ifdef __MINGW32__
# ifndef SHUT_WR
# define SHUT_WR SD_SEND
# endif // !SHUT_WR
#endif // __MINGW32__
#ifdef __MINGW32__
template<typename T>
class wsaapi_auto_delete {