http://www.perlmonks.org?node_id=993998


in reply to Re^2: Win32-Registry build failure on windows
in thread Win32-Registry build failure on windows

I added "FILETIME T_IV" to the typemap

You can actually specify whatever you like for "FILETIME" and it "will work" :-)
Perl is satisfied if it can find a typemap entry - it doesn't care what type that entry specifies, or even if the specified type is one that it knows about.

Of course, there should be no need for the typemap to mention FILETIME at all - and there isn't if Registry.xs is fixed.
(I'm not sure that I made that clear.)

Cheers,
Rob