[libtremor] don't include alloca.h with MinGW

This commit is contained in:
Clownacy 2016-10-21 19:15:38 +01:00
parent db973c292a
commit 36414ffa41
6 changed files with 12 additions and 0 deletions

View File

@ -15,7 +15,9 @@
********************************************************************/
#ifndef __MINGW32__
#include <alloca.h>
#endif
#include <stdlib.h>
#include <string.h>
#include <math.h>

View File

@ -15,7 +15,9 @@
********************************************************************/
#ifndef __MINGW32__
#include <alloca.h>
#endif
#include <stdlib.h>
#include <string.h>
#include <math.h>

View File

@ -18,7 +18,9 @@
/* general handling of the header and the vorbis_info structure (and
substructures) */
#ifndef __MINGW32__
#include <alloca.h>
#endif
#include <stdlib.h>
#include <string.h>
#include <ctype.h>

View File

@ -15,7 +15,9 @@
********************************************************************/
#ifndef __MINGW32__
#include <alloca.h>
#endif
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -15,7 +15,9 @@
********************************************************************/
#ifndef __MINGW32__
#include <alloca.h>
#endif
#include <stdlib.h>
#include <string.h>
#include <math.h>

View File

@ -15,7 +15,9 @@
********************************************************************/
#ifndef __MINGW32__
#include <alloca.h>
#endif
#include <stdlib.h>
#include <math.h>
#include <string.h>