Kill compiler warning.
Modified: trunk/reactos/lib/dbghelp/regex.c
--- trunk/reactos/lib/dbghelp/regex.c 2005-01-25 14:22:50 UTC (rev 13270) +++ trunk/reactos/lib/dbghelp/regex.c 2005-01-25 16:26:01 UTC (rev 13271) @@ -121,7 +121,7 @@
even if config.h says that we can. */ # undef REL_ALLOC
-# if defined STDC_HEADERS || defined _LIBC
+# if defined STDC_HEADERS || defined _LIBC || defined _WIN32
# include <stdlib.h> # else char *malloc ();