Link against string.a instead of hal and ntoskrnl, otherwise Windows will not load...
authorGregor Anich <blight@blight.eu.org>
Thu, 1 Sep 2005 23:32:59 +0000 (23:32 +0000)
committerGregor Anich <blight@blight.eu.org>
Thu, 1 Sep 2005 23:32:59 +0000 (23:32 +0000)
svn path=/trunk/; revision=17602

reactos/drivers/video/displays/framebuf/framebuf.xml

index e64c13b..f808f09 100644 (file)
@@ -2,9 +2,8 @@
        <importlibrary definition="framebuf.def" />
        <include base="framebuf">.</include>
        <define name="__USE_W32API" />
-       <library>ntoskrnl</library>
-       <library>hal</library>
        <library>win32k</library>
+       <library>string</library>
        <file>enable.c</file>
        <file>palette.c</file>
        <file>pointer.c</file>