NetBSD needs fmemopen_alternative set too.
This commit is contained in:
parent
4985b65c96
commit
b051ebf5df
1 changed files with 1 additions and 1 deletions
|
|
@ -549,7 +549,7 @@ static void mtw(wchar_t * wtok, char * tok)
|
|||
|
||||
//#define fmemopen_alternative */ /* Uncomment this to test the fmemopen alternative in systems were fmemopen exists */
|
||||
|
||||
#if defined (WIN32) || defined (__APPLE__) // MINGW/MSYS, and MacOSX need it, at least for now
|
||||
#if defined (WIN32) || defined (__APPLE__) || defined(__NetBSD__) // MINGW/MSYS, NetBSD, and MacOSX need it, at least for now
|
||||
#define fmemopen_alternative
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue