added missing wxUSE_SYSTEM_OPTIONS define

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12629 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-11-23 19:59:38 +00:00
parent 29f54b9b37
commit 04eb894b5c

View File

@@ -236,6 +236,11 @@
*/ */
#define wxUSE_MIMETYPE 0 #define wxUSE_MIMETYPE 0
/*
* Use wxSystemOptions
*/
#define wxUSE_SYSTEM_OPTIONS 0
/* /*
* Use wxMessageDialog (and wxMessageBox) * Use wxMessageDialog (and wxMessageBox)
*/ */