1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00

Windows: Remove deprecated direct show macro from JUCE demo

This commit is contained in:
hogliux 2017-09-13 10:43:57 +01:00
parent 74c7633aab
commit 8b3ab7c152

View file

@ -26,7 +26,7 @@
#include "../JuceDemoHeader.h"
#if JUCE_MAC || JUCE_DIRECTSHOW
#if JUCE_MAC || JUCE_WINDOWS
//==============================================================================
// so that we can easily have two video windows each with a file browser, wrap this up as a class..