diff options
Diffstat (limited to 'new/entry_windows.c')
| -rw-r--r-- | new/entry_windows.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new/entry_windows.c b/new/entry_windows.c index df4a91d..41614c5 100644 --- a/new/entry_windows.c +++ b/new/entry_windows.c @@ -9,7 +9,7 @@ static BOOL onWM_COMMAND(uiControl *c, WORD code, LRESULT *lResult) return FALSE; } -static BOOL onWM_NOTIFY(uiControl *c, WPARAM wParam, LPARAM lParam, LRESULT *lResult) +static BOOL onWM_NOTIFY(uiControl *c, NMHDR *nm, LRESULT *lResult) { return FALSE; } |
