Open assysttest opened 11 months ago
The bug is in find_first_file. Simple change xs\Dir.xs, line 52.
Old: hv_stores(hv, "handle", newSVuv((DWORD)handle));
New: hv_stores(hv, "handle", newSVuv((HANDLE)handle));
This solves the problem for me.