Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/wintrust/
H A Dsoftpub.c275 CHAR notepadPath[MAX_PATH]; in getNotepadPath() local
278 GetWindowsDirectoryA(notepadPath, MAX_PATH); in getNotepadPath()
279 lstrcatA(notepadPath, notepad); in getNotepadPath()
280 MultiByteToWideChar(CP_ACP, 0, notepadPath, -1, notepadPathW, size); in getNotepadPath()