mirror of
https://github.com/akheron/jansson.git
synced 2025-04-04 21:15:04 +00:00
test_dump: Don't use pipe on MinGW
This commit is contained in:
parent
98294c46b7
commit
8fc5ef0aeb
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ static void dumpb()
|
|||
|
||||
static void dumpfd()
|
||||
{
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#if defined(HAVE_UNISTD_H) && !defined(__MINGW32__)
|
||||
int fds[2] = {-1, -1};
|
||||
json_t *a, *b;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue