diff --git a/redo/common_windows.c b/redo/common_windows.c index d5d7c72..50be912 100644 --- a/redo/common_windows.c +++ b/redo/common_windows.c @@ -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;