[PATCH] Version info for comctl32.dll

lawson_whitney at juno.com lawson_whitney at juno.com
Sat Mar 17 00:26:46 CST 2001


On Sat, 17 Mar 2001, Dmitry Timoshkov wrote:

> Very good!
> Could you please experiment some more and try to replace 2,20,4054,1 and
> "2.20.4054" to the something more simple: 2,0,0,0 and "2.0". If with that
> numbers juno will not work 2,1,0,0 and "2.1", then 2,2,0,0 and "2.2" and
> so forth?
>
I think this is about as simple as I can get it:

#define WINE_FILEVERSION 3,0,0,0
#define WINE_FILEVERSION_STR "3.0"
#define WINE_FILEDESCRIPTION_STR "Wine OLE dll"
#define WINE_FILENAME_STR "oleaut32.dll"

#include "wine/wine_common_ver.rc"


Here is a test log:

2.20.4053          no
2.3                no
2.20.4054          yes
2.21               yes
3.0                yes
3                  yes

Just plain 3,0,0,0 "3" did work, but I have done enough debugging of
other people's COBOL programs and enough other unrelated activity to
have a dread of missing periods, so I would rather use "3.0", if it is
all the same to you.

Lawson
---cut here


________________________________________________________________
GET INTERNET ACCESS FROM JUNO!
Juno offers FREE or PREMIUM Internet access for less!
Join Juno today!  For your FREE software, visit:
http://dl.www.juno.com/get/tagj.




More information about the wine-devel mailing list