X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..49f1dc5e8a15653df6e4ca8144e4c22a9fb5e168:/include/wx/mac/setup0.h diff --git a/include/wx/mac/setup0.h b/include/wx/mac/setup0.h index 4c5bdd7945..4884bcaae1 100644 --- a/include/wx/mac/setup0.h +++ b/include/wx/mac/setup0.h @@ -6,7 +6,7 @@ // Created: 1998-01-01 // RCS-ID: $Id$ // Copyright: (c) Stefan Csomor -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_SETUP_H_ @@ -768,6 +768,11 @@ // smaller library. #define wxUSE_HTML 1 +// wxWebKit is a wrapper for Apple's WebKit framework, use it if you want to embed +// the Safari browser control +// 0 by default because of Jaguar compatibility problems +#define wxUSE_WEBKIT 0 + // OpenGL canvas #define wxUSE_GLCANVAS 0