mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-01-08 13:07:17 +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
4801005294
commit
e732e8a27d
@ -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