Zhiyi Zhang (@zhiyi) commented about programs/explorer/desktop.c:
CloseHandle( fullscreen_process );
fullscreen_process = NULL;
}
if (lp)
fullscreen_process = OpenProcess( SYNCHRONIZE, FALSE, lp );
return 0;
- }
- return DefWindowProcW( hwnd, message, wp, lp );
+}
+static DWORD WINAPI display_settings_restorer_thread( void *param ) +{
- static const WCHAR display_settings_restorer_classname[] = L"__wine_display_settings_restorer";
You can use pointer instead.