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