SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit b6e38bfa5f6c67be452378486f7e326f1a9219f7 parent e1fa28bd5417e5c2d180c3d12f6b4f1aa342cf2d Author: Lior Halphon <LIJI32@gmail.com> Date: Mon, 31 Oct 2022 23:04:35 +0200 Microsoft and their underscore bullshit again Diffstat:
| A | Windows/stdlib.h | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/Windows/stdlib.h b/Windows/stdlib.h @@ -0,0 +1,3 @@ +#pragma once +#include_next <stdlib.h> +#define alloca _alloca
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.