diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2011-04-21 12:05:19 +0200 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2011-05-02 11:24:44 +0200 |
commit | 9496a7864e6d456977cc9f6c18768d59cfe0d9ba (patch) | |
tree | 90903488aede074781db1e47931f31c8db6b80da /client/gui/softtexture.cpp | |
parent | 2f187d5a71341747a076bf0e1addc3462572c466 (diff) | |
download | spice-9496a7864e6d456977cc9f6c18768d59cfe0d9ba.tar.gz spice-9496a7864e6d456977cc9f6c18768d59cfe0d9ba.tar.xz spice-9496a7864e6d456977cc9f6c18768d59cfe0d9ba.zip |
common: don't try to redefine PANIC if it already exists
canvas_base.c tries to define PANIC, but it might already be set
if eg client/debug.h has been included before. All the other
macros in this file are guarded by #ifndef, this commit adds
the missing #ifndef to PANIC. Note that this is just a bandaid,
ideally common/ would contain a logging frameword, and these
macros would only be defined once instead of being defined in
several places.
Diffstat (limited to 'client/gui/softtexture.cpp')
0 files changed, 0 insertions, 0 deletions