mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
win32 compile fixes
This commit is contained in:
parent
ce9ddfd186
commit
191a7f61bc
1 changed files with 4 additions and 0 deletions
|
@ -94,6 +94,10 @@ static __attribute__ ((unused)) const char rcsid[] =
|
|||
int fnmatch (const char *__pattern, const char *__string, int __flags);
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
void *alloca(size_t size);
|
||||
#endif
|
||||
|
||||
/*
|
||||
All of Quake's data access is through a hierchical file system, but the
|
||||
contents of the file system can be transparently merged from several
|
||||
|
|
Loading…
Reference in a new issue