mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-10 21:05:12 +01:00
[libtremor] don't include alloca.h with MinGW
This commit is contained in:
parent
db973c292a
commit
36414ffa41
@ -15,7 +15,9 @@
|
||||
|
||||
********************************************************************/
|
||||
|
||||
#ifndef __MINGW32__
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
@ -15,7 +15,9 @@
|
||||
|
||||
********************************************************************/
|
||||
|
||||
#ifndef __MINGW32__
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
@ -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>
|
||||
|
@ -15,7 +15,9 @@
|
||||
|
||||
********************************************************************/
|
||||
|
||||
#ifndef __MINGW32__
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -15,7 +15,9 @@
|
||||
|
||||
********************************************************************/
|
||||
|
||||
#ifndef __MINGW32__
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
@ -15,7 +15,9 @@
|
||||
|
||||
********************************************************************/
|
||||
|
||||
#ifndef __MINGW32__
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
|
Loading…
Reference in New Issue
Block a user