mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 21:48:10 +00:00
Removed wrong entrypoint
svn path=/trunk/; revision=33563
This commit is contained in:
parent
ab189e51e4
commit
0cbcee9d20
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<group>
|
||||
<module name="urlmon" type="win32dll" baseaddress="${BASEADDRESS_URLMON}" installbase="system32" installname="urlmon.dll" allowwarnings="true" entrypoint="0">
|
||||
<module name="urlmon" type="win32dll" baseaddress="${BASEADDRESS_URLMON}" installbase="system32" installname="urlmon.dll" allowwarnings="true">
|
||||
<autoregister infsection="OleControlDlls" type="Both" />
|
||||
<importlibrary definition="urlmon.spec.def" />
|
||||
<include base="urlmon">.</include>
|
||||
|
|
Loading…
Reference in a new issue