meson: fix check for HAVE_CYGWIN_CONV_PATH

pull/122/head
William Pitcock 2017-06-20 00:29:03 -05:00
parent d40a90761a
commit 186545fc4f
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ foreach h : check_headers
endforeach
check_functions = [
# check token ('HAVE_CYGWIN_CONV_PATH',)
['HAVE_CYGWIN_CONV_PATH', 'cygwin_conv_path', '#include<sys/cygwin.h>'],
['HAVE_STRLCAT', 'strlcat', '#include<string.h>'],
['HAVE_STRLCPY', 'strlcpy', '#include<string.h>'],
['HAVE_STRNDUP', 'strndup', '#include<string.h>'],