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