mirror of
https://github.com/reactos/wine.git
synced 2025-02-02 18:25:19 +00:00
bc83ae9fda
- '%hs' in widechar string functions is wrongly recognized as a widechar string. Fix this by always checking the prefix first. - add testcase - remove code duplication in %c/%s handling by moving code into a function.