ptitSeb / box64

Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices
https://box86.org
MIT License
3.92k stars 290 forks source link

[WRAPPERHELPER] Better wrapper helper #1977

Closed rajdakin closed 1 month ago

rajdakin commented 1 month ago

This PR adds support for #pragma once in the wrapper helper, reducing the number of errors; it also fixes a duplicated line in the Makefile causing a link-time error, improves a bit the box32-mode output, and ignores newlines in macro expansions. This allows openssl/ssl.h to be parsed correctly.