The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.21 - 2000-04-07

  • For C<void *vp; UV u>, C<u= U_V(vp)> corrected to C<u= (UV)(vp)>.
  • Makefile no longer tries to rebuild constant definitions.
  • Remove warning and fatal error from C<sub constant>.
  • Added C</*CONSTS_DEFINED*/> to fix "WRITE_PERL=>0,CPLUSPLUS=>1" case.
  • Added C<regConstant()> with better interface than C<constant()>.
  • For C<BOOL> output, return C<PL_sv_no> [or a non-zero integer].
  • For C<BOOL> input, treat C<"yes"> as true instead of as C<0>.
  • Quietly translate C<[]> to C<0> for all integral arguments.
  • C<AllowPriv()> and C<*SystemShutdown()> now set C<regLastError()>.

Modules

Low-level access to Win32 system API calls from WINREG.H

Provides

in ExtUtils/Myconst2perl.pm