1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 11:44:53 +08:00

Merge 974146f94470b4fc34f3c86c1235daf8719abecf into 69e0372cf0d3796e84ce9a09aff1d74496f68720

This commit is contained in:
itzandroidtab 2022-03-14 01:22:26 -06:00 committed by GitHub
commit ca2e70fb78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
# include <alloca.h> # include <alloca.h>
#endif #endif
#if defined (__MINGW32__) #if defined (__MINGW32__) && !defined(alloca)
# define alloca __builtin_alloca # define alloca __builtin_alloca
#endif #endif