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

This commit is contained in:
Francois Gouget 2008-03-06 12:35:33 +01:00 committed by Alexandre Julliard
parent 9e67edfc16
commit 63040e4d90

View file

@ -77,7 +77,7 @@
#ifdef VMS
# include <unixlib.h>
# if HAVE_STRING_H - 0
# ifdef HAVE_STRING_H
# include <string.h>
# endif
#endif