20 Sep
2006
20 Sep
'06
5:47 p.m.
"Vijay Kiran Kamuju" <infyquest(a)gmail.com> writes:
my $uc_dll_name = uc $dll_name; + + if (($dll_ext ne 'ds') && ($dll_ext ne 'acm') && ($dll_ext ne 'drv') + ($dll_ext ne 'exe') && ($dll_ext ne 'ocx') && ($dll_ext ne 'vxd')) + { + $dll_ext='dll'; + }
You are still hardcoding things, there's really no reason to do that. -- Alexandre Julliard julliard(a)winehq.org