diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-14 23:09:53 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-14 23:09:53 -0400 |
| commit | f4db1dcfc404729d9cfc524cc2c780e3131ee4f4 (patch) | |
| tree | 503e0b9ef13b4cc3dd0ea7a03bc9e4c89f165fdc | |
| parent | 0bc79598c71f2f5f83e5647992ec445d645be648 (diff) | |
Can't think of a better name for sharedWndProc().
| -rw-r--r-- | redo/common_windows.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
