[ros-diffs] [greatlrd] 29585: 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:14:20 CEST 2007
Author: greatlrd
Date: Mon Oct 15 02:14:19 2007
New Revision: 29585
URL: http://svn.reactos.org/svn/reactos?rev=29585&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/dll/directx/dxdiagn/dxdiagn.rbuild
Modified: trunk/reactos/dll/directx/dxdiagn/dxdiagn.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/directx/dxdiagn/dxdiagn.rbuild?rev=29585&r1=29584&r2=29585&view=diff
==============================================================================
--- trunk/reactos/dll/directx/dxdiagn/dxdiagn.rbuild (original)
+++ trunk/reactos/dll/directx/dxdiagn/dxdiagn.rbuild Mon Oct 15 02:14:19 2007
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
-<module name="dxdiagn" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_DXDIAGN}" installbase="system32" installname="dxdiagn.dll" allowwarnings="true">
+<module name="dxdiagn" type="win32dll" baseaddress="${BASEADDRESS_DXDIAGN}" installbase="system32" installname="dxdiagn.dll" allowwarnings="true">
<autoregister infsection="OleControlDlls" type="DllRegisterServer" />
<importlibrary definition="dxdiagn.spec.def" />
<include base="dxdiagn">.</include>
More information about the Ros-diffs
mailing list