]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/gstreamer/ffi/ffi.factor
Remove Windows CE from core/ basis/ and build-support/
[factor.git] / extra / gstreamer / ffi / ffi.factor
index c6fd4c6c9c75819652601a8a37fa3c5f8f1a1817..cdfd5d4329d012204d65dc721ba0011becb33723 100644 (file)
@@ -14,7 +14,7 @@ LIBRARY: gstreamer
 
 <<
 "gstreamer" {
-    { [ os winnt? ] [ drop ] }
+    { [ os windows? ] [ drop ] }
     { [ os macosx? ] [ drop ] }
     { [ os unix? ] [ "libgstreamer-0.10.so" cdecl add-library ] }
 } cond