mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-27 02:20:05 +00:00
This commit is contained in:
parent
c19dfad719
commit
8ea760cdab
10 changed files with 313807 additions and 3 deletions
|
|
@ -57,9 +57,6 @@
|
|||
#endif
|
||||
|
||||
#elif defined (LINUX)
|
||||
#include "../build/linux/platform_specific_code/linuxincludes.h"
|
||||
#include <ft2build.h>
|
||||
#include FT_FREETYPE_H
|
||||
|
||||
#else
|
||||
#include <Carbon/Carbon.h>
|
||||
|
|
|
|||
|
|
@ -34,7 +34,9 @@
|
|||
#if JUCE_PLUGINHOST_VST
|
||||
|
||||
#ifdef _WIN32
|
||||
#undef #define _WIN32_WINNT
|
||||
#define _WIN32_WINNT 0x500
|
||||
#undef STRICT
|
||||
#define STRICT
|
||||
#include <windows.h>
|
||||
#include <float.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue