Commit 63040e4d authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

port: s/#if/#ifdef/ so it still works if HAVE_XXX is not defined.

parent 9e67edfc
......@@ -77,7 +77,7 @@
#ifdef VMS
# include <unixlib.h>
# if HAVE_STRING_H - 0
# ifdef HAVE_STRING_H
# include <string.h>
# endif
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment