Merge pull request #1283 from wxWidgets/fix-no-webkit-builds

Fix compilation when webkit is not available
This commit is contained in:
Robin Dunn
2019-06-28 20:38:16 -07:00
committed by GitHub

View File

@@ -52,7 +52,7 @@ def run():
module.addGlobalStr('wxWebViewDefaultURLStr', 0)
module.addHeaderCode("""\
#ifndef wxWebViewIE_H
#if wxUSE_WEBVIEW && !defined(wxWebViewIE_H)
enum wxWebViewIE_EmulationLevel
{
wxWEBVIEWIE_EMU_DEFAULT = 0,