1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Windows: Removed WinRTWrapper dependency from WebView2 implementation

This commit is contained in:
ed 2021-01-27 14:51:40 +00:00
parent a1ff4eec6a
commit 48fcea0c44
3 changed files with 7 additions and 14 deletions

View file

@ -35,7 +35,7 @@
#define JUCE_CORE_INCLUDE_COM_SMART_PTR 1
#define JUCE_EVENTS_INCLUDE_WIN32_MESSAGE_WINDOW 1
#if JUCE_USE_WINRT_MIDI || JUCE_USE_WIN_WEBVIEW2
#if JUCE_USE_WINRT_MIDI
#define JUCE_EVENTS_INCLUDE_WINRT_WRAPPER 1
#endif