summaryrefslogtreecommitdiff
path: root/support/dktools/dk4wxtypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/dktools/dk4wxtypes.h')
-rw-r--r--support/dktools/dk4wxtypes.h60
1 files changed, 0 insertions, 60 deletions
diff --git a/support/dktools/dk4wxtypes.h b/support/dktools/dk4wxtypes.h
deleted file mode 100644
index 999083877c..0000000000
--- a/support/dktools/dk4wxtypes.h
+++ /dev/null
@@ -1,60 +0,0 @@
-/*
-Copyright 2020, Dirk Krause. All rights reserved.
-SPDX-License-Identifier: BSD-3-Clause
-*/
-
-#ifndef DK4WXTYPES_H_INCLUDED
-/** Protection against multiple inclusions. */
-#define DK4WXTYPES_H_INCLUDED 1
-
-/** @file dk4wxtypes.h Types definitions for use with wxWidgets.
-*/
-
-#ifndef DK4CONF_H_INCLUDED
-#if DK4_BUILDING_DKTOOLS4
-#include "dk4conf.h"
-#else
-#include <dktools-4/dk4conf.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
-
-/** Pointer to wxChar.
-*/
-typedef wxChar *DK4_PWXCHAR;
-
-/** Pointer to constant wxChar string.
-*/
-typedef const wxChar *DK4_PCWXCHAR;
-
-#endif
-/* ifndef DK4WXTYPES_H_INCLUDED */
-