mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
infosoft/tests: Constify a character string.
This commit is contained in:
parent
ff304fb5c7
commit
ab159ead21
@ -32,7 +32,7 @@
|
||||
DEFINE_GUID(CLSID_wb_neutral, 0x369647e0,0x17b0,0x11ce,0x99,0x50,0x00,0xaa,0x00,0x4b,0xbb,0x1f);
|
||||
DEFINE_GUID(_IID_IWordBreaker, 0xD53552C8,0x77E3,0x101A,0xB5,0x52,0x08,0x00,0x2B,0x33,0xB0,0xE6);
|
||||
|
||||
static WCHAR teststring[] = {
|
||||
static const WCHAR teststring[] = {
|
||||
's','q','u','a','r','e',' ',
|
||||
'c','i','r','c','l','e',' ',
|
||||
't','r','i','a','n','g','l','e',' ',
|
||||
|
Loading…
Reference in New Issue
Block a user