Link against string.a instead of hal and ntoskrnl, otherwise Windows will not load...
[reactos.git] / 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>