Home
last modified time | relevance | path

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

/reactos/dll/win32/atl/
H A Datl.c349 static const WCHAR tlb_extW[] = {'.','t','l','b',0}; in AtlLoadTypeLib() local
354 path = heap_alloc((MAX_PATH+index_len)*sizeof(WCHAR) + sizeof(tlb_extW)); in AtlLoadTypeLib()
374 memcpy(ptr, tlb_extW, sizeof(tlb_extW)); in AtlLoadTypeLib()