Support Wine 6.23's fixed winedbg arg handling

I was about to rebase the patch I've been resubmitting to Wine that
fixed this when I noticed that
https://github.com/wine-mirror/wine/commit/94ca4be2a62cdb05adaee524084875b04b283afb
now does the same thing.
This commit is contained in:
Robbert van der Helm
2021-12-07 00:59:07 +01:00
parent 97163e8415
commit 35244d2c7f
4 changed files with 22 additions and 8 deletions
+4
View File
@@ -139,6 +139,10 @@ if wine_version.returncode() == 0
message('- Using the cdecl calling convention')
compiler_options += '-DWINE_USE_CDECL'
endif
if wine_version.stdout().version_compare('<6.23') and with_winedbg
message('- Using legacy winedbg argument quoting')
compiler_options += '-DWINEDBG_LEGACY_ARGUMENT_QUOTING'
endif
else
warning('Unable to determine the current Wine version')
endif