mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 18:35:35 +00:00
tools: Fix check for Windows
This commit is contained in:
parent
b0889cf2a1
commit
c222a3015e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* FIXME: hack alert */
|
/* FIXME: hack alert */
|
||||||
#ifdef WIN32
|
#ifdef HAVE_WIN32
|
||||||
#define DISABLE_FAULT_HANDLER
|
#define DISABLE_FAULT_HANDLER
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue