1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-27 02:20:05 +00:00

Fixed some namespace issues with png and zlib. Changed the way the DBG macro works to allow expressions like DBG ("foo" << 123 << "bar"), so that it's easier to dump out numbers.

This commit is contained in:
Julian Storer 2010-08-02 11:33:05 +01:00
parent dcaa6ceb36
commit d033a859ef
13 changed files with 98 additions and 111 deletions

View file

@ -28,10 +28,6 @@
#if JUCE_INCLUDED_FILE
//==============================================================================
#if JUCE_DEBUG
#define JUCE_DEBUG_XERRORS 1
#endif
extern Display* display;
extern Window juce_messageWindowHandle;