winearts: Make some data const.
This commit is contained in:
parent
56e725e152
commit
0b988c73c9
|
@ -210,7 +210,7 @@ static DWORD wodDsCreate(UINT wDevID, PIDSDRIVER* drv);
|
|||
static DWORD wodDsDesc(UINT wDevID, PDSDRIVERDESC desc);
|
||||
|
||||
/* These strings used only for tracing */
|
||||
static const char *wodPlayerCmdString[] = {
|
||||
static const char * const wodPlayerCmdString[] = {
|
||||
"WINE_WM_PAUSING",
|
||||
"WINE_WM_RESTARTING",
|
||||
"WINE_WM_RESETTING",
|
||||
|
|
Loading…
Reference in New Issue