mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 13:00:07 +01:00
Merge pull request #1283 from wxWidgets/fix-no-webkit-builds
Fix compilation when webkit is not available
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user