r=brendan, bug# 34276. Fix for correctly including winsock2.h.

This commit is contained in:
rogerl%netscape.com 2000-08-08 20:28:49 +00:00
parent cf1bd923c5
commit e0214135b4

View File

@ -98,13 +98,11 @@ typedef JSInt64 int64;
#ifdef HPUX
#include <model.h>
#else
#if !defined(WIN32) || !defined(_WINSOCK2API_) /* defines its own "int32" */
#if !defined(XP_MAC) && !defined(_WIN32) && !defined(XP_OS2)
typedef JSInt32 int32;
#else
typedef long int32;
#endif
#endif
typedef JSInt16 int16;
typedef JSInt8 int8;
#endif /* HPUX */