From b6e38bfa5f6c67be452378486f7e326f1a9219f7 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Mon, 31 Oct 2022 23:04:35 +0200 Subject: [PATCH] Microsoft and their underscore bullshit again --- Windows/stdlib.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 Windows/stdlib.h diff --git a/Windows/stdlib.h b/Windows/stdlib.h new file mode 100755 index 0000000..7d35615 --- /dev/null +++ b/Windows/stdlib.h @@ -0,0 +1,3 @@ +#pragma once +#include_next +#define alloca _alloca