libUPnP  1.6.26
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 */