]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/gdk/pixbuf/ffi/ffi.factor
Remove Windows CE from core/ basis/ and build-support/
[factor.git] / basis / gdk / pixbuf / ffi / ffi.factor
index d60da8fbc05b739989c98e44462985679d17d8c3..d37afcdc21ff6818505f32ec512683fc3bd57517 100644 (file)
@@ -14,7 +14,7 @@ LIBRARY: gdk.pixbuf
 
 <<
 "gdk.pixbuf" {
-    { [ os winnt? ] [ "libgdk_pixbuf-2.0-0.dll" cdecl add-library ] }
+    { [ os windows? ] [ "libgdk_pixbuf-2.0-0.dll" cdecl add-library ] }
     { [ os unix? ] [ drop ] }
 } cond
 >>