From f4db1dcfc404729d9cfc524cc2c780e3131ee4f4 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 14 Aug 2014 23:09:53 -0400 Subject: [PATCH] Can't think of a better name for sharedWndProc(). --- redo/common_windows.c | 1 - 1 file changed, 1 deletion(-) 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;