Re: Shell32: fix DllGetVersion for newer callers

2004-09-15 Thread Robert Shearman
Juan Lang wrote: --- Robert Shearman <[EMAIL PROTECTED]> wrote: This is *really* ugly. Create a header file with just the version numbers defined and import it from the resource file and the file that implements the DllGetVersion function and problem solved. Got any suggestions for the ve

Re: Shell32: fix DllGetVersion for newer callers

2004-09-14 Thread Juan Lang
--- Robert Shearman <[EMAIL PROTECTED]> wrote: > This is *really* ugly. Create a header file with > just the version > numbers defined and import it from the resource file > and the file that > implements the DllGetVersion function and problem > solved. Got any suggestions for the version string

Re: Shell32: fix DllGetVersion for newer callers

2004-09-14 Thread Robert Shearman
Juan Lang wrote: A bit better than my last version, load the version resource from the file for DllGetVersion, and update the version of the file to produce the same output as before. ChangeLog: add support for DLLVERSIONINFO2 in DllGetVersion, and get version info from file --Juan ... --- dlls/