faultrep/tests: Constify some character strings.
This commit is contained in:
parent
ad906531b2
commit
9f2ebd7736
|
@ -30,8 +30,8 @@
|
|||
#include "errorrep.h"
|
||||
#include "wine/test.h"
|
||||
|
||||
static char regpath_root[] = "Software\\Microsoft\\PCHealth\\ErrorReporting";
|
||||
static char regpath_exclude[] = "ExclusionList";
|
||||
static const char regpath_root[] = "Software\\Microsoft\\PCHealth\\ErrorReporting";
|
||||
static const char regpath_exclude[] = "ExclusionList";
|
||||
|
||||
/* ###### */
|
||||
|
||||
|
|
Loading…
Reference in New Issue