Reverted r30104 and r30105.

This commit is contained in:
henri 2012-10-22 17:17:28 +00:00
parent 34b0f235cd
commit ef9f4fcba5
2 changed files with 3 additions and 2 deletions

View file

@ -69,7 +69,9 @@
#ifndef WIN32
#include <poll.h>
#endif
#else
#include <Winsock2.h>
#endif /* ^WIN32 */
#include "nsock_internal.h"

View file

@ -68,7 +68,6 @@
#ifdef WIN32
#include "nbase_winconfig.h"
#include "nbase_winunix.h"
#include <Winsock2.h>
#endif