diff options
Diffstat (limited to 'support/dktools/dk4pathx.h')
-rw-r--r-- | support/dktools/dk4pathx.h | 114 |
1 files changed, 114 insertions, 0 deletions
diff --git a/support/dktools/dk4pathx.h b/support/dktools/dk4pathx.h new file mode 100644 index 0000000000..be9d44ee7b --- /dev/null +++ b/support/dktools/dk4pathx.h @@ -0,0 +1,114 @@ +/* +Copyright (C) 2019-2020, Dirk Krause +SPDX-License-Identifier: BSD-3-Clause +*/ + +/* + WARNING: This file was generated by the dkct program (see + http://dktools.sourceforge.net/ for details). + Changes you make here will be lost if dkct is run again! + You should modify the original source and run dkct on it. + Original source: dk4pathx.cpt +*/ + +#ifndef DK4PATHX_H_INCLUDED +/** Avoid multiple inclusions. */ +#define DK4PATHX_H_INCLUDED 1 + + +#line 8 "dk4pathx.cpt" + +/** @file dk4pathx.h String operations for path names (wxChar). +*/ + +#ifndef DK4CONF_H_INCLUDED +#if DK4_BUILDING_DKTOOLS4 +#include "dk4conf.h" +#else +#include <dktools-4/dk4conf.h> +#endif +#endif + +#ifndef DK4TYPES_H_INCLUDED +#if DK4_BUILDING_DKTOOLS4 +#include "dk4types.h" +#else +#include <dktools-4/dk4types.h> +#endif +#endif + +#ifndef DK4CONST_H_INCLUDED +#if DK4_BUILDING_DKTOOLS4 +#include "dk4const.h" +#else +#include <dktools-4/dk4const.h> +#endif +#endif + +#ifndef DK4ERROR_H_INCLUDED +#if DK4_BUILDING_DKTOOLS4 +#include "dk4error.h" +#else +#include <dktools-4/dk4error.h> +#endif +#endif + +#ifndef DK4WXCS_H_INCLUDED +#if DK4_BUILDING_DKTOOLS4 +#include "dk4wxcs.h" +#else +#include <dktools-4/dk4wxcs.h> +#endif +#endif + +#ifndef DK4STRX_H_INCLUDED +#if DK4_BUILDING_DKTOOLS4 +#include "dk4strx.h" +#else +#include <dktools-4/dk4strx.h> +#endif +#endif + + +#ifndef WX_WXPREC_H_INCLUDED +#include <wx/wxprec.h> +#define WX_WXPREC_H_INCLUDED 1 +#endif +#ifdef __BORLANDC__ +#pragma hdrstop +#endif +#ifndef WX_PRECOMP +#if DK4_HAVE_WX_CHARTYPE_H +#ifndef WX_CHARTYPE_H_INCLUDED +#include <wx/chartype.h> +#define WX_CHARTYPE_H_INCLUDED 1 +#endif +#else +#if DK4_HAVE_WX_WXCHAR_H +#ifndef WX_WXCHAR_H_INCLUDED +#include <wx/wxchar.h> +#define WX_WXCHAR_H_INCLUDED 1 +#endif +#else +#ifndef WX_WX_H_INCLUDED +#include <wx/wx.h> +#define WX_WX_H_INCLUDED +#endif +#endif +#endif +#endif + + + +#ifdef __cplusplus +extern "C" { +#endif + +#ifdef __cplusplus +} +#endif + + + + +#endif |