Predicting_real_estate_prices_using_scikit-learn icon indicating copy to clipboard operation
Predicting_real_estate_prices_using_scikit-learn copied to clipboard

mmsys.cpl diverse fixes

Open TAN-Gaming opened this issue 2 years ago • 2 comments

Purpose

Multimedia Control Panel diverse fixes

Proposed changes

  • Use Unicode (WCHAR) instead of TCHAR
  • Code formatting
  • Use string safe functions
  • Close handles after calling CreateProcess
  • Save sound path as REG_EXPAND_SZ only if the path contains '%' character, like Windows does
  • Fix wcsdup leaks
  • Fix incorrect IDC_SPEAKIMG control position and size
  • Use transparent background for "Speaker settings" bitmap

TODO

  • [ ] Fix "Speaker settings" bitmap (again)

TAN-Gaming avatar Jul 05 '22 15:07 TAN-Gaming