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

win32 font name length fix. Tidied up ScopedLock class structure, creating some templated classes for generic RAII locking.

This commit is contained in:
Julian Storer 2011-03-31 11:21:49 +01:00
parent b80bc0ec2b
commit fa04e0cf93
58 changed files with 703 additions and 558 deletions

View file

@ -28,7 +28,6 @@
BEGIN_JUCE_NAMESPACE
#include "juce_BufferingAudioSource.h"
#include "../../threads/juce_ScopedLock.h"
#include "../../core/juce_Singleton.h"
#include "../../containers/juce_Array.h"
#include "../../utilities/juce_DeletedAtShutdown.h"