added wxUSE_PROLOGIO

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17717 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-11-04 23:16:49 +00:00
parent b9a9ef0453
commit 35891ce060

View File

@@ -846,8 +846,12 @@
#define wxUSE_RESOURCE_LOADING_IN_MSW 1 #define wxUSE_RESOURCE_LOADING_IN_MSW 1
// Use dynamic icon/cursor loading/saving code // Use dynamic icon/cursor loading/saving code
// under MSW. // under MSW.
#define wxUSE_WX_RESOURCES 0
// use wxExpr (a.k.a. PrologIO)
#define wxUSE_PROLOGIO 0
// Use .wxr resource mechanism (requires PrologIO library) // Use .wxr resource mechanism (requires PrologIO library)
#define wxUSE_WX_RESOURCES 0
#define wxUSE_MOUSEWHEEL 1 #define wxUSE_MOUSEWHEEL 1
// Include mouse wheel support // Include mouse wheel support