UPnPsdk 0.1
Universal Plug and Play +, Software Development Kit
 
Loading...
Searching...
No Matches
UpnpUniStd.hpp
Go to the documentation of this file.
1#ifndef COMPA_UPNPUNISTD_HPP
2#define COMPA_UPNPUNISTD_HPP
3// Copyright (C) 2022+ GPL 3 and higher by Ingo Höft, <Ingo@Hoeft-online.de>
4// Redistribution only with this Copyright remark. Last modified: 2024-01-26
5// Taken from authors who haven't made a note.
6// Last compare with ./Pupnp source file on 2025-05-22, ver 1.14.20
12#ifdef _WIN32
13/* Do not #include <unistd.h> on WIN32. */
14#else /* _WIN32 */
16#include <unistd.h> /* for close() */
18#endif /* _WIN32 */
19
20#endif /* COMPA_UPNPUNISTD_HPP */