Searched refs:sExample2 (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/shell32/ |
H A D | shellpath.c | 2077 static const WCHAR sExample2[] = {'E','x','a','m','p','l','e','2',0}; in test_knownFolders() local 2103 lstrcatW(sExample2Path, sExample2); in test_knownFolders() 2523 kfDefinition.pszName = CoTaskMemAlloc(sizeof(sExample2)); in test_knownFolders() 2524 lstrcpyW(kfDefinition.pszName, sExample2); in test_knownFolders() 2533 ok(!memcmp(kfDefinition.pszName, kfSubDefinition.pszName, sizeof(sExample2)), in test_knownFolders()
|