8 use vars qw(@ISA @EXPORT @EXPORT_OK);
14 my $module_declarations = {
15 "DriverProc" => ["long", ["long", "long", "long", "long", "long"]]
18 &wine::declare("mciavi.drv",%$module_declarations);
19 push @EXPORT, map { "&" . $_; } sort(keys(%$module_declarations));