Can't think of a better name for sharedWndProc().
This commit is contained in:
parent
0bc79598c7
commit
f4db1dcfc4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue