Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > "R�mi Assailly" <[EMAIL PROTECTED]> 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 ?
