tools: Fix check for Windows

This commit is contained in:
David Schleef 2009-12-01 22:37:51 -08:00
parent b0889cf2a1
commit c222a3015e

View file

@ -26,7 +26,7 @@
#endif
/* FIXME: hack alert */
#ifdef WIN32
#ifdef HAVE_WIN32
#define DISABLE_FAULT_HANDLER
#endif