1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-21 01:24:21 +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

@ -30,7 +30,6 @@ BEGIN_JUCE_NAMESPACE
#include "juce_FileLogger.h"
#include "../io/files/juce_FileOutputStream.h"
#include "../io/files/juce_FileInputStream.h"
#include "../threads/juce_ScopedLock.h"
#include "../memory/juce_ScopedPointer.h"
#include "juce_SystemStats.h"