mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 07:29:32 +00:00
common/backtrace.h: disable for WIN32
This also catches mingw32 which is probably fine, but at least it fixes the build on visual studio.
This commit is contained in:
parent
048b003468
commit
8b4ff62ddb
@ -19,6 +19,10 @@
|
||||
#ifndef BACKTRACE_H
|
||||
#define BACKTRACE_H
|
||||
|
||||
#ifdef WIN32
|
||||
#define spice_backtrace()
|
||||
#else
|
||||
void spice_backtrace(void);
|
||||
#endif
|
||||
|
||||
#endif // BACKTRACE_H
|
||||
|
||||
Loading…
Reference in New Issue
Block a user