Author: greatlrd
Date: Mon Oct 15 02:16:43 2007
New Revision: 29586
URL:
http://svn.reactos.org/svn/reactos?rev=29586&view=rev
Log:
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
Modified:
trunk/reactos/base/shell/explorer/notifyhook/notifyhook.rbuild
Modified: trunk/reactos/base/shell/explorer/notifyhook/notifyhook.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/notify…
==============================================================================
--- trunk/reactos/base/shell/explorer/notifyhook/notifyhook.rbuild (original)
+++ trunk/reactos/base/shell/explorer/notifyhook/notifyhook.rbuild Mon Oct 15 02:16:43
2007
@@ -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" />