Turn function static

This commit is contained in:
twinaphex 2019-08-29 10:16:26 +02:00
parent 967aae04c8
commit 029f1c403e

View File

@ -286,7 +286,8 @@ void unset_doubleclick_on_titlebar(void)
doubleclick_on_titlebar = false;
}
INT_PTR_COMPAT CALLBACK PickCoreProc(HWND hDlg, UINT message,
static INT_PTR_COMPAT CALLBACK PickCoreProc(
HWND hDlg, UINT message,
WPARAM wParam, LPARAM lParam)
{
size_t list_size;