1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-01 03:10:06 +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_InterprocessConnection.h"
#include "../threads/juce_ScopedLock.h"
#include "../memory/juce_ScopedPointer.h"