libupnp/upnp/inc/UpnpInet.h
Marcelo Roberto Jimenez 9e3b03e229 Doxygen.
git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@428 119443c7-1b9e-41f8-b6fc-b9c35fce742c
2008-06-09 16:24:38 +00:00

23 lines
249 B
C

#ifndef UPNPINET_H
#define UPNPINET_H
/*!
* \file
*
* \brief Proides a platform independent way to include TCP/IP types and functions.
*/
#ifdef WIN32
#include <Ws2tcpip.h>
#else
#include <netinet/in.h>
#endif
#endif /* UPNPINET_H */