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

Fixed a minor AU build error and removed some old macros.

This commit is contained in:
Julian Storer 2010-03-10 13:04:24 +00:00
parent 5419ebc520
commit 858a758aee
24 changed files with 1037 additions and 1172 deletions

View file

@ -23,7 +23,6 @@
==============================================================================
*/
//==============================================================================
/*
This file wraps together all the win32-specific code, so that
we can include all the native headers just once, and compile all our
@ -31,9 +30,11 @@
the rest of the codebase.
*/
//==============================================================================
#include "windows/juce_win32_NativeIncludes.h"
#include "../core/juce_TargetPlatform.h"
#if JUCE_WINDOWS
#include "windows/juce_win32_NativeIncludes.h"
#include "../core/juce_StandardHeader.h"
BEGIN_JUCE_NAMESPACE
@ -118,3 +119,5 @@ BEGIN_JUCE_NAMESPACE
#endif
END_JUCE_NAMESPACE
#endif