Author: greatlrd Date: Mon Oct 15 01:58:49 2007 New Revision: 29580
URL: http://svn.reactos.org/svn/reactos?rev=29580&view=rev Log: entrypoint="0" do not use entrypoint="0" when dll have dllmain only when dll does not have dllmain we should use entrypoint="0" other wise the orginal dllmain will not be run
Modified: trunk/reactos/dll/directx/ddraw/ddraw.rbuild
Modified: trunk/reactos/dll/directx/ddraw/ddraw.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/directx/ddraw/ddraw.rbu... ============================================================================== --- trunk/reactos/dll/directx/ddraw/ddraw.rbuild (original) +++ trunk/reactos/dll/directx/ddraw/ddraw.rbuild Mon Oct 15 01:58:49 2007 @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd"> -<module name="ddraw" type="win32dll" entrypoint="0" installbase="system32" installname="ddraw.dll" allowwarnings ="true"> +<module name="ddraw" type="win32dll" installbase="system32" installname="ddraw.dll" allowwarnings ="true"> <importlibrary definition="ddraw.def" /> <include base="ddraw">.</include> <define name="UNICODE" />