]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/clutter/cally/ffi/ffi.factor
Remove Windows CE from core/ basis/ and build-support/
[factor.git] / extra / clutter / cally / ffi / ffi.factor
index 59c92bdba43e5dccefdb51be03f6e6a5b72fa2cb..dc1ebe0b36bb07fed3534ad90eac78cd341ae12e 100644 (file)
@@ -13,7 +13,7 @@ LIBRARY: clutter.cally
 
 <<
 "clutter.cally" {
-    { [ os winnt? ] [ drop ] }
+    { [ os windows? ] [ drop ] }
     { [ os macosx? ] [ drop ] }
     { [ os unix? ] [ "libclutter-glx-1.0.so" cdecl add-library ] }
 } cond