]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
prowizard: use C++ linkage for host callbacks
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 4 Jun 2026 03:36:51 +0000 (20:36 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 4 Jun 2026 05:33:24 +0000 (22:33 -0700)
commit85cff857c7c5a7073203bc66386285641a38f5f7
treebff1b54a58d117c348d9bbf17e0b724c48f8d1e6
parent3083f45b52ad3b5c50240e9d92d2e22c1677b5d9
prowizard: use C++ linkage for host callbacks

Pro-Wizard is built as C++ on Windows, so its host callback
declarations should use normal C++ linkage.

Drop the C-linkage guard around those callback declarations. Unix
builds should match Windows by compiling Pro-Wizard as C++ instead of
changing callback linkage.
prowizard/include/extern.h