mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Fixed a Windows live build error in the video module
This commit is contained in:
parent
a1c343b97d
commit
32aa676f01
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
||||||
namespace juce
|
namespace juce
|
||||||
{
|
{
|
||||||
|
|
||||||
#if ! JUCE_LINUX
|
#if ! (JUCE_LINUX || JUCE_PROJUCER_LIVE_BUILD)
|
||||||
|
|
||||||
#if JUCE_MAC || JUCE_IOS
|
#if JUCE_MAC || JUCE_IOS
|
||||||
#include "../native/juce_mac_Video.h"
|
#include "../native/juce_mac_Video.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue