Janitorial : add missing declarations ( #3 )

Dmitry Timoshkov dmitry at baikal.ru
Thu Jan 13 19:53:40 CST 2005


"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.





More information about the wine-devel mailing list