wine/dlls/avifil32: implemented many functions

Dmitry Timoshkov dmitry at baikal.ru
Sun Oct 13 05:31:15 CDT 2002


"Michael GЭnnewig" <MichaelGuennewig at gmx.de> wrote:

> But when I change the code to use the "static const WCHAR[]" the
> compiler complains:
> ,-----
> | factory.c: In function `AVIFILE_BasenameW':
> | factory.c:163: warning: comparison between pointer and integer
> | factory.c:163: warning: comparison between pointer and integer
> | factory.c:163: warning: comparison between pointer and integer
> `-----
>
> So I have adjusted to use this:
>
> static const WCHAR dotW = (WCHAR)'.';
>
> The it compiles and works also for my. Is this okay?

No.

> When it's I will
> change it with my next patch, which still waits to be verified and
> be submitted.

Look at other places in Wine source how to do it properly.

--
Dmitry.






More information about the wine-devel mailing list