mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +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
|
||||
|
||||
/* FIXME: hack alert */
|
||||
#ifdef WIN32
|
||||
#ifdef HAVE_WIN32
|
||||
#define DISABLE_FAULT_HANDLER
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue