From e8bb7f5d18cffb222a2623c5c58bc9bb862a2b7d Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Sun, 14 Oct 2007 22:00:17 +0000 Subject: [PATCH] do not use entrypoint="0" when dll have dllmain only when dll does not have dllmain we should use entrypoint="0" other wise the original dllmain will not be run svn path=/trunk/; revision=29581 --- reactos/dll/3rdparty/mesa32/mesa32.rbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/3rdparty/mesa32/mesa32.rbuild b/reactos/dll/3rdparty/mesa32/mesa32.rbuild index 31a484930c5..af8571af52d 100644 --- a/reactos/dll/3rdparty/mesa32/mesa32.rbuild +++ b/reactos/dll/3rdparty/mesa32/mesa32.rbuild @@ -1,6 +1,6 @@ - + -Wl,--enable-stdcall-fixup ntdll