"RĂ©mi Assailly" remi.assailly@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.