mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[Gdi32]
- Do the same for rbuild, link to msvcrt. svn path=/trunk/; revision=54499
This commit is contained in:
parent
e24e938fa0
commit
9156d483f3
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<module name="gdi32" type="win32dll" baseaddress="${BASEADDRESS_GDI32}" installbase="system32" installname="gdi32.dll" unicode="yes" crt="dll">
|
||||
<module name="gdi32" type="win32dll" baseaddress="${BASEADDRESS_GDI32}" installbase="system32" installname="gdi32.dll" unicode="yes" crt="msvcrt">
|
||||
<importlibrary definition="gdi32.spec" />
|
||||
<include base="gdi32">include</include>
|
||||
<define name="LANGPACK" />
|
||||
|
|
Loading…
Reference in a new issue