28 Feb
2026
28 Feb
'26
8:58 a.m.
Akihiro Sagawa (@sgwaki) commented about dlls/msvfw32/mciwnd.c:
mwi->dev_type = mci_devcaps.dwReturn;
+ mci_window.nCmdShow = -1; + mwi->lasterror = mciSendCommandW(mwi->mci, MCI_WINDOW, MCI_DGV_WINDOW_STATE, (DWORD_PTR)&mci_window); + + if (mwi->lasterror == MCIERR_NO_WINDOW) + { + has_window = 0;
BOOL variables should use TRUE/FALSE rather than numeric values. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9704#note_130806