Silly windows. Billiard laughed at me :(

This commit is contained in:
Matthew Parlane 2013-02-03 00:35:49 +13:00
parent d05b029b0e
commit e62c9b0619
1 changed files with 4 additions and 0 deletions

View File

@ -90,6 +90,10 @@ typedef struct pollfd pollfd_t;
#include <errno.h>
#endif
#ifdef _WIN32
#define SHUT_RDWR SD_BOTH
#endif
extern std::queue<std::pair<u32,std::string> > g_ReplyQueueLater;
const u8 default_address[] = { 0x00, 0x17, 0xAB, 0x99, 0x99, 0x99 };