mirror of
https://github.com/reactos/reactos.git
synced 2025-05-19 00:54:18 +00:00
- Make kernel build again after __STDC__ change in 42369
svn path=/trunk/; revision=42390
This commit is contained in:
parent
7bd9b42040
commit
ba959a4eaa
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ static PFN_TYPE CcZeroPage = 0;
|
|||
/* void * alloca(size_t size); */
|
||||
#elif defined(_MSC_VER)
|
||||
void* _alloca(size_t size);
|
||||
#define alloca _alloca
|
||||
#else
|
||||
#error Unknown compiler for alloca intrinsic stack allocation "function"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue