You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
218 B

#ifndef UPNPUNISTD_H
#define UPNPUNISTD_H
#ifdef _WIN32
/* Do not #include <unistd.h> on WIN32. */
#else /* _WIN32 */
#include <unistd.h> /* for close() */
#endif /* _WIN32 */
#endif /* UPNPUNISTD_H */