UpnpUniStd.h 203 B

12345678910
  1. #ifndef UPNPUNISTD_H
  2. #define UPNPUNISTD_H
  3. #ifdef WIN32
  4. /* Do not #include <unistd.h> on WIN32. */
  5. #else /* WIN32 */
  6. #include <unistd.h> /* for close() */
  7. #endif /* WIN32 */
  8. #endif /* UPNPUNISTD_H */