1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-27 02:20:05 +00:00
This commit is contained in:
jules 2008-05-20 19:42:00 +00:00
parent c19dfad719
commit 8ea760cdab
10 changed files with 313807 additions and 3 deletions

View file

@ -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>

View file

@ -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>