UPnPsdk 0.1
Universal Plug and Play +, Software Development Kit
 
Loading...
Searching...
No Matches
UpnpIntTypes.hpp
Go to the documentation of this file.
1#ifndef COMPA_UPNPINTTYPES_HPP
2#define COMPA_UPNPINTTYPES_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.
11#if !defined(UPNP_USE_BCBPP)
12
13/* Printf format for integers. */
14#include <inttypes.h>
15
16#endif /* !defined(UPNP_USE_BCBPP) */
17
18#endif /* COMPA_UPNPINTTYPES_HPP */