include: Add declarations of _alloca and alloca for MSVC mode.
commit8f8b802e12d458fe97b4c0ddb11e2e5c353c354d
authorMartin Storsjö <martin@martin.st>
Mon, 25 Apr 2022 08:46:39 +0000 (25 11:46 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 25 Apr 2022 09:37:59 +0000 (25 11:37 +0200)
treeda24fc3f2747dd1855418ed55b67e1acab423438
parent55177136cc189e71b50b67786309e86fcb533fb4
include: Add declarations of _alloca and alloca for MSVC mode.

This fixes builds with recent Clang 15 (which still is in development),
which errors out on implicit declarations.

Signed-off-by: Martin Storsjö <martin@martin.st>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
include/msvcrt/malloc.h