diff options
| -rw-r--r-- | wintable/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wintable/main.c b/wintable/main.c index d8eae68..7d70446 100644 --- a/wintable/main.c +++ b/wintable/main.c @@ -103,7 +103,7 @@ struct table { typedef BOOL (*handlerfunc)(struct table *, UINT, WPARAM, LPARAM, LRESULT *); -handlerfunc handlerfuncs[] = { +const handlerfunc handlerfuncs[] = { APIHandler, NULL, }; |
