Made the MoveWindowToMonitorCenter() function static because the Visual Studio strongly recommends it.

This commit is contained in:
2023-12-15 22:18:23 +03:00
parent d26aa77af3
commit b067ea9be4

View File

@@ -67,7 +67,7 @@ LRESULT CALLBACK MouseHookProc(int, WPARAM, LPARAM);
INT_PTR CALLBACK DlgProc(HWND, UINT, WPARAM, LPARAM);
INT_PTR CALLBACK About(HWND, UINT, WPARAM, LPARAM);
VOID MoveWindowToMonitorCenter(HWND hwnd, BOOL bWorkArea, BOOL bResize)
static VOID MoveWindowToMonitorCenter(HWND hwnd, BOOL bWorkArea, BOOL bResize)
{
logger.Out(L"Entering the %s() function", TEXT(__FUNCTION__));