]> gitweb.factorcode.org Git - factor.git/blobdiff - unmaintained/oracle/liboci/liboci.factor
"stdcall" -> stdcall
[factor.git] / unmaintained / oracle / liboci / liboci.factor
index 71473ea7c88e76ec81d8147c4222d7b72e4f3c1c..4e8ebfc860b88548e6b4210dcf11f8cb786dfddf 100644 (file)
@@ -12,7 +12,7 @@ USING: alien alien.syntax combinators kernel system ;
 IN: oracle.liboci
 
 "oci" {
-    { [ os winnt? ] [ "oci.dll" "stdcall" ] }
+    { [ os winnt? ] [ "oci.dll" stdcall ] }
     { [ os macosx? ] [ "$DYLD_LIBRARY_PATH/libclntsh.dylib" cdecl ] }
     { [ os unix? ] [ "$DYLD_LIBRARY_PATH/libclntsh.so.10.1" cdecl ] }
 } cond add-library