Fixed cross-compiling for Windows
This commit is contained in:
parent
ada074623f
commit
7327ef6bb9
3 changed files with 10 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
|||
#undef HAVE_REALLOC
|
||||
#undef HAVE_FREE
|
||||
#undef HAVE_ALLOCA
|
||||
#ifndef __WINDOWS__ /* Don't use C runtime versions of these on Windows */
|
||||
#ifndef __WIN32__ /* Don't use C runtime versions of these on Windows */
|
||||
#undef HAVE_GETENV
|
||||
#undef HAVE_SETENV
|
||||
#undef HAVE_PUTENV
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue