Jacek Caban (@jacek) commented about dlls/win32u/window.c:
/* Fill the window structure */ win->tid = GetCurrentThreadId();
- win->hInstance = cs.hInstance;
- win->hInstance = client_instance ? client_instance : instance;
I think that we want to use client_instance for cs.hInstance as well, so I'd suggest to change its initialization instead.