Skip to content

kernel32/tests: Fix the string argument to WritePrivateProfileSectionA.

Yuxuan Shui requested to merge yshui/wine:kernel32-test-profile-null into master

The string argument is expected to be one or more null terminated strings, with a final null character.

Merge request reports

Loading