Hello!
I saw your patch today and noticed you are really doing W<-->A conversion for the version* functions. Is there a special reason for this? The A<-->W conversion in shlwapi is only for systems lacking the W-functions like win95 so it's not nessesary to do this for us. It's enough to just forward the entry points to the W-functions in the version.dll.
Ciao
Juergen
-- just done a cvs update on my box after more than a year ;-) --- juergen.schmied@debitel.net
----- Original Message ----- From: "Jürgen Schmied" juergen.schmied@debitel.net To: galberte@neo.lrun.com Cc: wine-devel@winehq.com Sent: Sunday, March 10, 2002 6:33 AM Subject: Re: More Shlwapi ordinal routines - updated
Hello!
I saw your patch today and noticed you are really doing W<-->A conversion
for the
version* functions. Is there a special reason for this? The A<-->W conversion in shlwapi is only for systems lacking the
W-functions like
win95 so it's not nessesary to do this for us. It's enough to just forward the entry points to the W-functions in the
version.dll.
Jürgen,
You are right. The next time I go into ordinal.c (which should be soon) I will fix up the .350-.352 routines.
Sorry about that lack of thought.
Guy