Searched refs:dotDebugW (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/dbghelp/ |
H A D | module.c | 550 static const WCHAR dotDebugW[] = {'.','d','e','b','u','g','/'}; in image_locate_debug_link() local 579 memcpy(slash, dotDebugW, sizeof(dotDebugW)); in image_locate_debug_link() 580 MultiByteToWideChar(CP_UNIXCP, 0, filename, -1, slash + ARRAY_SIZE(dotDebugW), filename_len); in image_locate_debug_link()
|