version resource for ole2nls.dll

Dmitry Timoshkov dmitry at codeweavers.com
Thu Sep 27 22:11:00 CDT 2007


"Stefan Leichter" <Stefan.Leichter at camline.com> wrote:

> This patch fixes Bug 9747
> 
> ChangeLog
> ---------
> added version resource for ole2nls.dll

> +#define WINE_FILEVERSION_STR "2.10.3050.1"
> +#define WINE_FILEDESCRIPTION_STR "Wine OLE dll"
> +#define WINE_FILENAME_STR "OLE2NLS.DLL"
> +
> +#include "wine/wine_common_ver.rc"

Why do you define WINE_FILEVERSION_STR but not WINE_FILEVERSION?
That not creates a confusion but could lead to hard debuggable
problems with application which test only one of them.

-- 
Dmitry.



More information about the wine-devel mailing list