mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Don't define an extra set of wxWebViewIE_EmulationLevel enum 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