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

Windows: Fixed various compiler warnings and errors when building JUCE with MSVC's latest C++ 2017 support

This commit is contained in:
hogliux 2018-04-16 14:36:49 +01:00
parent f1a8e8f610
commit 2f2ff9437b
17 changed files with 30 additions and 101 deletions

View file

@ -45,6 +45,8 @@
#include "juce_box2d.h"
#include <cstdarg>
typedef juce::int8 int8;
typedef juce::int16 int16;
typedef juce::int32 int32;