source: trunk/gsdl/src/mgpp/lib/win32in.h@ 2468

Last change on this file since 2468 was 2468, checked in by sjboddie, 23 years ago

Fiddled about with mgpp to get it compiling on Windows under VC++ 6.0. I
still can't get it to compile under VC++ 4.2 because of some weird
behaviour in STLport.

Also tidied up a little and removed some of the old log information
that was scattered about in some of the files.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 294 bytes
Line 
1/* This module provides an equivalent of <netinet/in.h> on */
2/* unix systems. */
3
4#include "longlong.h"
5
6unsigned long htonl(unsigned long x);
7unsigned long ntohl(unsigned long x);
8mg_ullong ntohll(mg_ullong x);
9unsigned short htons(unsigned short x);
10unsigned short ntohs(unsigned short x);
Note: See TracBrowser for help on using the repository browser.