Can't think of a better name for sharedWndProc().

This commit is contained in:
Pietro Gagliardi 2014-08-14 23:09:53 -04:00
parent 0bc79598c7
commit f4db1dcfc4
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ static LRESULT forwardNotify(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
return DefWindowProcW(hwnd, uMsg, wParam, lParam);
}
// TODO give this a better name
BOOL sharedWndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT *lResult)
{
DWORD exstyle;