mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
win32 compile fix
This commit is contained in:
parent
92d64f01a9
commit
848bb891b3
1 changed files with 4 additions and 0 deletions
|
@ -48,6 +48,10 @@ static __attribute__ ((unused)) const char rcsid[] =
|
||||||
#include "compat.h"
|
#include "compat.h"
|
||||||
#include "snd_render.h"
|
#include "snd_render.h"
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
|
void *alloca(size_t size);
|
||||||
|
#endif
|
||||||
|
|
||||||
#define SAMPLE_GAP 4
|
#define SAMPLE_GAP 4
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Reference in a new issue