osdialog icon indicating copy to clipboard operation
osdialog copied to clipboard

Fix build problems with MSVC

Open jpcima opened this issue 4 years ago • 0 comments

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.

jpcima avatar Oct 24 '20 01:10 jpcima