]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/atk/ffi/ffi.factor
Remove Windows CE from core/ basis/ and build-support/
[factor.git] / basis / atk / ffi / ffi.factor
index 147a7e4909d3489c0f3ee8e53ca89ea96f0b8729..2577a23b3dbf2a01e1421f87e712f7515d0f2ce6 100644 (file)
@@ -12,7 +12,7 @@ LIBRARY: atk
 
 <<
 "atk" {
-    { [ os winnt? ] [ "libatk-1.0-0.dll" cdecl add-library ] }
+    { [ os windows? ] [ "libatk-1.0-0.dll" cdecl add-library ] }
     { [ os unix? ] [ drop ] }
 } cond
 >>