oops, typo that prevented non-win32 compile

This commit is contained in:
fgenesis 2012-05-24 05:14:06 +02:00
parent 7c56a6606c
commit d8bcc2f830

View file

@ -35,7 +35,7 @@
# include <netdb.h>
# define SOCKET_ERROR (-1)
# define INVALID_SOCKET (SOCKET)(~0)
# typedef intptr_t SOCKET
typedef intptr_t SOCKET;
#endif
#include "minihttp.h"