[MSVCRT20]
authorJérôme Gardou <jerome.gardou@reactos.org>
Sun, 24 Jul 2011 10:05:42 +0000 (10:05 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Sun, 24 Jul 2011 10:05:42 +0000 (10:05 +0000)
- hopefully fix rbuild's build

svn path=/trunk/; revision=52830

reactos/dll/win32/msvcrt20/msvcrt20.rbuild

index 7ed8022..73aabd4 100644 (file)
@@ -8,8 +8,9 @@
        <define name="__WINESRC__" />
        <define name="CRTDLL" />
        <file>msvcrt20.c</file>
+    <file>stubs.c</file>
        <library>wine</library>
-       <library>msvcrt</library>
-       <library>ntdll</library>
+    <library>crt</library>
+    <library>pseh</library>
 </module>
 </group>