summaryrefslogtreecommitdiff
path: root/support/dktools/dk3usewx.c
blob: ae0a6e9aa8ca55490687eb645bd1cf4705b0058f (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
Copyright 2020, Dirk Krause. All rights reserved.
SPDX-License-Identifier:	BSD-3-Clause
*/
#ifdef	DK3_USE_WX
#undef	DK3_USE_WX
#endif
/**	Use wxWidgets libraries to build GUI programs.
*/
#define	DK3_USE_WX	1