OpenWrt_Luci_Lua/1_6.h12_dev/render/include/UpnpUniStd.h

11 lines
203 B
C
Raw Normal View History

2016-02-16 07:48:49 +00:00
#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 */