thpatch / win32_utf8

Transparent UTF-8 support for native Win32 ANSI applications
The Unlicense
99 stars 7 forks source link

New Useful Win32 Function Wrappers #9

Closed bluecataudio closed 3 years ago

bluecataudio commented 3 years ago
DankRank commented 3 years ago

I've prepared this for merging into master.

https://github.com/thpatch/win32_utf8/tree/New-Wrappers-Fix https://github.com/thpatch/win32_utf8/compare/master...New-Wrappers-Fix

@bluecataudio: Try out this code with your application and tell us the results. In particular check that the new GetTempFileNameU and IsolationAwareMessageBoxU work correctly.

bluecataudio commented 3 years ago

It looks all good and works fine here. Thanks for taking the time to fix and incorporate the changes! That's a great library!

brliron commented 3 years ago

Oops, I just noticed this pull request was still open. I merge DankRank's New-Wrappers-Fix branch into master and close this.