mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +00:00
New class: TemporaryFile, which manages a temporary file, deleting it when it goes out of scope. Also fixes for compile problems in VC7.
This commit is contained in:
parent
38bd05de16
commit
0744c0db37
22 changed files with 542 additions and 186 deletions
|
|
@ -34,11 +34,6 @@ BEGIN_JUCE_NAMESPACE
|
|||
#include "../geometry/juce_Rectangle.h"
|
||||
#include "../../../containers/juce_SparseSet.h"
|
||||
|
||||
#if JUCE_MSVC
|
||||
#pragma warning (disable: 4996) // deprecated sprintf warning
|
||||
#endif
|
||||
|
||||
|
||||
// this will throw an assertion if you try to draw something that's not
|
||||
// possible in postscript
|
||||
#define WARN_ABOUT_NON_POSTSCRIPT_OPERATIONS 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue