Go to the documentation of this file.
19#ifndef _WIZARDSTOOLKIT_H
20#define _WIZARDSTOOLKIT_H
22#if defined(__cplusplus) || defined(c_plusplus)
26#if defined(WIN32) || defined(WIN64)
27# define WIZARDSTOOLKIT_WINDOWS_SUPPORT
29# define WIZARDSTOOLKIT_POSIX_SUPPORT
32#if !defined(_WIZARDSTOOLKIT_CONFIG_H)
33# define _WIZARDSTOOLKIT_CONFIG_H
34# if !defined(vms) && !defined(macintosh)
39#if defined(_wizardstoolkit_const) && !defined(const)
40# define const _wizardstoolkit_const
42#if defined(_wizardstoolkit_inline) && !defined(inline)
43# define inline _wizardstoolkit_inline
45# if defined(__cplusplus) || defined(c_plusplus)
54#if defined(WizardMethodPrefix)
55# include "wizard/methods.h"
58#if !defined(wizard_restrict)
59# if !defined(_wizardcore_restrict)
60# define wizard_restrict restrict
62# define wizard_restrict _wizardcore_restrict
100#if defined(__cplusplus) || defined(c_plusplus)