From 04eb894b5c81d9b54a09edcaf2d84d07edfa6623 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Fri, 23 Nov 2001 19:59:38 +0000 Subject: [PATCH] added missing wxUSE_SYSTEM_OPTIONS define git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12629 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.h.in b/setup.h.in index c93af148df..58e930465f 100644 --- a/setup.h.in +++ b/setup.h.in @@ -236,6 +236,11 @@ */ #define wxUSE_MIMETYPE 0 +/* + * Use wxSystemOptions + */ +#define wxUSE_SYSTEM_OPTIONS 0 + /* * Use wxMessageDialog (and wxMessageBox) */ -- 2.45.2