libUPnP  1.6.17
UpnpUniStd.h
00001 #ifndef UPNPUNISTD_H
00002 #define UPNPUNISTD_H
00003 
00004 #ifdef WIN32
00005         /* Do not #include <unistd.h> on WIN32. */
00006 #else /* WIN32 */
00007         #include <unistd.h> /* for close() */
00008 #endif /* WIN32 */
00009 
00010 #endif /* UPNPUNISTD_H */