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