mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 16:40:27 +00:00
Fix typo
svn path=/trunk/; revision=31818
This commit is contained in:
parent
dfc4d23bdf
commit
7f19df1da4
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="oleaut32" type="win32dll" baseaddress="${BASEADDRESS_OLEAUT32}" installbase="system32" installname="oleaut32.dll" allowwarnings="true" entrypoint="0">
|
||||
<module name="oleaut32" type="win32dll" baseaddress="${BASEADDRESS_OLEAUT32}" installbase="system32" installname="oleaut32.dll" allowwarnings="true">
|
||||
<autoregister infsection="OleControlDlls" type="DllRegisterServer" />
|
||||
<importlibrary definition="oleaut32.spec.def" />
|
||||
<include base="oleaut32">.</include>
|
||||
|
|
Loading…
Reference in a new issue