[PATCH] msvfw32/tests: add a few tests for MCIWndCreate

David Adam david.adam.cnrs at gmail.com
Thu Oct 15 21:42:18 CDT 2020


Hello,
any news for this patch?

Le sam. 3 oct. 2020 à 22:46, Dmitry Timoshkov <dmitry at baikal.ru> a écrit :

> David Adam <david.adam.cnrs at gmail.com> wrote:
>
> >  static void test_MCIWndCreate(void)
> >  {
> > -    HWND parent, window;
> > +    int i;
> > +    HWND parent, window, window2;
> >      HMODULE hinst = GetModuleHandleA(NULL);
> >      char fname[MAX_PATH];
> >      char invalid_fname[] = "invalid.avi";
> >      char error[200];
> >      LRESULT ret;
> > +    unsigned long int result;
> > +    unsigned long int always_set_style, expected_style, style;
> > +    unsigned long int given_style[]= { MCIWNDF_NOAUTOSIZEWINDOW,
> MCIWNDF_NOAUTOSIZEMOVIE, MCIWNDF_NOMENU,
> > +        MCIWNDF_RECORD, MCIWNDF_SHOWMODE, MCIWNDF_SHOWNAME,
> MCIWNDF_SHOWPOS };
>
> Please try to follow win32 types. Using 'long' is almost always wrong.
>
> --
> Dmitry.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20201015/61ae7f7f/attachment.htm>


More information about the wine-devel mailing list