Janitorial : add missing declarations ( #3 )

Rémi Assailly remi.assailly at free.fr
Fri Jan 14 11:27:50 CST 2005


Dmitry Timoshkov <dmitry at baikal.ru> wrote:

> "Rémi Assailly" <remi.assailly at free.fr> wrote:
>
> > diff -u dlls/x11drv/x11drv_main.c dlls/x11drv/x11drv_main.c
> > --- dlls/x11drv/x11drv_main.c 2004-12-08 18:27:53.000000000 +0100
> > +++ dlls/x11drv/x11drv_main.c 2005-01-12 21:23:02.000000000 +0100
> > @@ -119,6 +119,8 @@
> >  #define IS_OPTION_FALSE(ch) \
> >      ((ch) == 'n' || (ch) == 'N' || (ch) == 'f' || (ch) == 'F' || (ch) ==
> '0')
> >
> > +BOOL WINAPI DllMain( HINSTANCE hinst, DWORD reason, LPVOID reserved );
>
> This one should not be needed.
>
>
> --
> Dmitry.
>
>
>

You are right.
How can I declare it for all dlls ? Must I leave it undeclared ?



More information about the wine-devel mailing list