Searched refs:wlong (Results 1 – 1 of 1) sorted by relevance
1234 WCHAR wshort[MAX_PATH+1], *wlong; local1239 wlong = sv_to_wstr(aTHX_ ST(0));1240 len = GetShortPathNameW(wlong, wshort, countof(wshort));1241 Safefree(wlong);