summaryrefslogtreecommitdiff
path: root/src/wx/wx_util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-03-05 11:15:59 +0100
committerCarl Hetherington <cth@carlh.net>2022-03-15 09:31:09 +0100
commitf90bd4d97be25b3bca6b4523864896f5ff7b7e53 (patch)
tree8f9f3d69ac415bc1c89e778e6fc717bbe819a20d /src/wx/wx_util.h
parentd56668322e5fc81904d94466da9e60e296006eb5 (diff)
Cleanup: tidying.
Diffstat (limited to 'src/wx/wx_util.h')
-rw-r--r--src/wx/wx_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h
index e9be16b4f..f85110eae 100644
--- a/src/wx/wx_util.h
+++ b/src/wx/wx_util.h
@@ -159,7 +159,7 @@ extern int wx_get (wxChoice* widget);
extern int wx_get (wxSpinCtrl* widget);
extern double wx_get (wxSpinCtrlDouble* widget);
-#if defined(__WXMSW__)
+#ifdef DCPOMATIC_WINDOWS
#define DCPOMATIC_USE_OWN_PICKER
#endif