UPnPsdk 0.1
Universal Plug and Play +, Software Development Kit
 
Loading...
Searching...
No Matches
UpnpGlobal.hpp
1#ifndef COMPA_UPNPGLOBAL_HPP
2#define COMPA_UPNPGLOBAL_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: 2025-05-29
5// Taken from authors who haven't made a note.
6
7// Include file for backward compatibility with old ixml code.
8
10
11// Switch old pupnp definition to use new visibility support.
12#define EXPORT_SPEC UPnPsdk_EXP
13
14// \brief Supply the PRIz* printf() macros.
15#ifdef _MSC_VER
16// define some things the M$ VC++ doesn't know
17typedef __int64 int64_t;
18#endif
19
20#endif /* COMPA_UPNPGLOBAL_HPP */
Macros to support visibility of external symbols.