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