fix trivial compiler warnings

This commit is contained in:
oltolm 2025-08-29 19:44:39 +02:00
parent de4bf7c2c1
commit b51584dc7b
6 changed files with 8 additions and 10 deletions

View file

@ -80,7 +80,7 @@ private:
D3DKMT_OPENADAPTERFROMHDC OpenAdapterData;
*phAdapter = NULL;
*phAdapter = 0;
*pOutput = 0;
HMONITOR hMonitor = MonitorFromWindow(hWnd, MONITOR_DEFAULTTONEAREST);