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

MinGW: Fixed some build warnings

This commit is contained in:
tpoole 2017-07-07 11:05:41 +01:00
parent 251ba5be6e
commit 10b7aa3c16
10 changed files with 25 additions and 13 deletions

View file

@ -45,7 +45,7 @@
#import <AVKit/AVKit.h>
//==============================================================================
#elif JUCE_WINDOWS
#elif JUCE_MSVC
/* If you're using the camera classes, you'll need access to a few DirectShow headers.
These files are provided in the normal Windows SDK. */
#include <dshow.h>

View file

@ -22,7 +22,7 @@
==============================================================================
*/
#if JUCE_MAC || JUCE_IOS || JUCE_WINDOWS || JUCE_ANDROID
#if JUCE_MAC || JUCE_IOS || JUCE_MSVC || JUCE_ANDROID
#if JUCE_MAC || JUCE_IOS
#include "../native/juce_mac_Video.h"