From 1c8be62219e6687dd9b41e23d149cb9d9da270f4 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Wed, 6 Nov 2002 21:49:36 +0000 Subject: [PATCH] added wxUSE_PROLOGIO and changed default value of wxUSE_WX_RESOURCES git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17747 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/setup0.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/include/wx/mac/setup0.h b/include/wx/mac/setup0.h index ba69ca6326..8b7489e4e5 100644 --- a/include/wx/mac/setup0.h +++ b/include/wx/mac/setup0.h @@ -805,8 +805,11 @@ #define wxUSE_SPLINES 1 // 0 for no splines -#define wxUSE_WX_RESOURCES 1 - // Use .wxr resource mechanism (requires PrologIO library) +// use wxExpr (a.k.a. PrologIO) +#define wxUSE_PROLOGIO 0 + +// Use .wxr resource mechanism (requires PrologIO library) +#define wxUSE_WX_RESOURCES 0 #define wxUSE_MOUSEWHEEL 1 // Include mouse wheel support