osdialog
osdialog copied to clipboard
Fix build problems with MSVC
Hi, this fixes the build with Visual Studio 2019.
- This replaces the missing function
snwprintf
. (and the replacement_snwprintf
appears to be incompatible) - Suppresses a warning caused by a callback function with a wrong signature.