OpenWrt_Luci_Lua/1_6.h12_dev/render/include/UpnpUniStd.h
2016-02-16 15:48:49 +08:00

11 lines
203 B
C

#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 */