[ros-diffs] [greatlrd] 29586: 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

greatlrd at svn.reactos.org greatlrd at svn.reactos.org
Mon Oct 15 00:16:43 CEST 2007


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/notifyhook/notifyhook.rbuild?rev=29586&r1=29585&r2=29586&view=diff
==============================================================================
--- 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" />




More information about the Ros-diffs mailing list