diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-14 16:17:44 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-14 16:17:44 -0400 |
| commit | 307577889e3fda28cad8f38ea34c184d9ab4a254 (patch) | |
| tree | 2edee00f8a3cd152194599f3d0b850080519564a /redo/uitask_windows.c | |
| parent | 868161b7f0f5de708f242aaf82a3165edbaa22e8 (diff) | |
Fixed some small issues in the C code of the Windows port.
Diffstat (limited to 'redo/uitask_windows.c')
| -rw-r--r-- | redo/uitask_windows.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/redo/uitask_windows.c b/redo/uitask_windows.c index 9a2aff7..f80b878 100644 --- a/redo/uitask_windows.c +++ b/redo/uitask_windows.c @@ -91,7 +91,6 @@ static LRESULT CALLBACK msgwinproc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM l DWORD makemsgwin(char **errmsg) { WNDCLASSW wc; - HWND hwnd; ZeroMemory(&wc, sizeof (WNDCLASSW)); wc.lpfnWndProc = msgwinproc; |
