libUPnP
1.14.19
upnp
inc
UpnpUniStd.h
1
#ifndef UPNPUNISTD_H
2
#define UPNPUNISTD_H
3
4
#ifdef _WIN32
5
/* Do not #include <unistd.h> on WIN32. */
6
#else
/* _WIN32 */
7
#include <unistd.h>
/* for close() */
8
#endif
/* _WIN32 */
9
10
#endif
/* UPNPUNISTD_H */
Generated by
1.9.8