Skip to content
Snippets Groups Projects
Commit 8585b7d6 authored by Howard Chu's avatar Howard Chu
Browse files

ITS#4606 fix sys_errlist detection on WIN32 / MSVC

parent 8c939e19
No related branches found
No related tags found
No related merge requests found
......@@ -1167,7 +1167,7 @@ AC_DEFUN([OL_SYS_ERRLIST],
#include <stdio.h>
#include <sys/types.h>
#include <errno.h>
#ifdef WINNT
#ifdef _WIN32
#include <stdlib.h>
#endif ]], [[char *c = (char *) *sys_errlist]])],[ol_cv_dcl_sys_errlist=yes
ol_cv_have_sys_errlist=yes],[ol_cv_dcl_sys_errlist=no])])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment