mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
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
This commit is contained in:
parent
13d5604971
commit
e8bb7f5d18
1 changed files with 1 additions and 1 deletions
2
reactos/dll/3rdparty/mesa32/mesa32.rbuild
vendored
2
reactos/dll/3rdparty/mesa32/mesa32.rbuild
vendored
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<module name="mesa32" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_MESA32}" installbase="system32" installname="mesa32.dll" allowwarnings="true">
|
||||
<module name="mesa32" type="win32dll" baseaddress="${BASEADDRESS_MESA32}" installbase="system32" installname="mesa32.dll" allowwarnings="true">
|
||||
<importlibrary definition="src/drivers/windows/icd/mesa.def" />
|
||||
<linkerflag>-Wl,--enable-stdcall-fixup</linkerflag>
|
||||
<library>ntdll</library>
|
||||
|
|
Loading…
Reference in a new issue