mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Turn function static
This commit is contained in:
parent
967aae04c8
commit
029f1c403e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user