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 f8521b4..df4a91d 100644 --- a/new/entry_windows.c +++ b/new/entry_windows.c @@ -4,7 +4,7 @@ struct entry { }; -static BOOL onWM_COMMAND(uiControl *c, WPARAM wParam, LPARAM lParam, LRESULT *lResult) +static BOOL onWM_COMMAND(uiControl *c, WORD code, LRESULT *lResult) { return FALSE; } |
