Skip to content

Commit fe33afb

Browse files
committed
Allow building without webview.
1 parent 6327afc commit fe33afb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Configuration.h

+2
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@
3939
#include <vector>
4040
#include <algorithm>
4141
#include <wx/wupdlock.h>
42+
#ifdef USE_WEBVIEW
4243
#include <wx/webview.h>
4344
#ifdef __WXMSW__
4445
#include <wx/msw/webview_ie.h>
4546
#endif
47+
#endif
4648

4749
#define MC_LINE_SKIP Scale_Px(2)
4850
#define MC_TEXT_PADDING Scale_Px(1)

0 commit comments

Comments
 (0)