Home
last modified time | relevance | path

Searched refs:data_end (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/msi/
H A Dsuminfo.c1124 static const char data_end[] = "\r\n"; in save_prop() local
1188 sz = ARRAY_SIZE(data_end) - 1; in save_prop()
1189 if (!WriteFile( handle, data_end, sz, &sz, NULL )) in save_prop()