mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:56:00 +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=29586
This commit is contained in:
parent
806a16b4df
commit
a00f53b037
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||
<module name="notifyhook" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_NOTIFYHOOK}" installbase="system32" installname="notifyhook.dll">
|
||||
<module name="notifyhook" type="win32dll" baseaddress="${BASEADDRESS_NOTIFYHOOK}" installbase="system32" installname="notifyhook.dll">
|
||||
<importlibrary definition="notifyhook.def" />
|
||||
<include base="notifyhook">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue