summaryrefslogtreecommitdiff
path: root/support/dktools/dkwxpath.h
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-09-20 03:03:26 +0000
committerNorbert Preining <norbert@preining.info>2020-09-20 03:03:26 +0000
commit1f457376b478257b88d4a857f5ec1b6155442dd7 (patch)
tree2a06a60551dea362cf8cb0cb0ba66c78608717c4 /support/dktools/dkwxpath.h
parentac690ca29ad5bf8a5203a65fd6252f7b564f4727 (diff)
CTAN sync 202009200303
Diffstat (limited to 'support/dktools/dkwxpath.h')
-rw-r--r--support/dktools/dkwxpath.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/support/dktools/dkwxpath.h b/support/dktools/dkwxpath.h
index 2185bcc73b..e24eafd5df 100644
--- a/support/dktools/dkwxpath.h
+++ b/support/dktools/dkwxpath.h
@@ -1,3 +1,7 @@
+/*
+Copyright 2020, Dirk Krause. All rights reserved.
+SPDX-License-Identifier: BSD-3-Clause
+*/
#ifndef DKWXPATH_H_INCLUDED
#define DKWXPATH_H_INCLUDED 1
@@ -9,7 +13,9 @@
*/
#define DK3_USE_WX 1
+#ifndef DK3_ALL_H_INCLUDED
#include <dk3all.h>
+#endif
#include <wx/wxprec.h>
#ifdef __BORLANDC__