From 35891ce060e2070e71502a188bcaa24d3a73e1fd Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 4 Nov 2002 23:16:49 +0000 Subject: [PATCH] added wxUSE_PROLOGIO git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17717 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/setup0.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index cb61883d64..306453c4d9 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -846,8 +846,12 @@ #define wxUSE_RESOURCE_LOADING_IN_MSW 1 // Use dynamic icon/cursor loading/saving code // under MSW. + +// use wxExpr (a.k.a. PrologIO) +#define wxUSE_PROLOGIO 0 + +// Use .wxr resource mechanism (requires PrologIO library) #define wxUSE_WX_RESOURCES 0 - // Use .wxr resource mechanism (requires PrologIO library) #define wxUSE_MOUSEWHEEL 1 // Include mouse wheel support