mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-03-12 04:01:17 +01:00
wmmsg.h: constified wmtab
This commit is contained in:
parent
b032504162
commit
31751bdcce
@ -21,7 +21,7 @@
|
||||
|
||||
#define MAX_WMMSG (sizeof(wmtab)/sizeof(wmtab[0]))
|
||||
|
||||
char *wmtab[] = {
|
||||
const char *wmtab[] = {
|
||||
"WM_NULL",
|
||||
"WM_CREATE",
|
||||
"WM_DESTROY",
|
||||
|
Loading…
Reference in New Issue
Block a user