5#ifndef PT_REMOTING_API_H
6#define PT_REMOTING_API_H
10#define PT_REMOTING_VERSION_MAJOR PT_VERSION_MAJOR
11#define PT_REMOTING_VERSION_MINOR PT_VERSION_MINOR
12#define PT_REMOTING_VERSION_REVISION PT_VERSION_REVISION
13#define PT_REMOTING_VERSION_PRERELEASE PT_VERSION_PRERELEASE
15#if defined(PT_REMOTING_API_EXPORT)
16# define PT_REMOTING_API PT_EXPORT
18# define PT_REMOTING_API PT_IMPORT
Remote services and clients.
Definition HttpService.h:39
Core module.
Definition Allocator.h:33