odbc: cleanup USING:, resolve ambiguity with "float" and "short"
parent
2fd480c17f
commit
013dc6a7e8
|
@ -1,8 +1,9 @@
|
|||
! Copyright (C) 2007 Chris Double.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors kernel alien alien.strings alien.syntax
|
||||
combinators alien.c-types strings sequences namespaces make
|
||||
words math threads io.encodings.ascii locals ;
|
||||
USING: accessors alien alien.c-types alien.data alien.libraries
|
||||
alien.strings alien.syntax combinators io.encodings.ascii kernel
|
||||
locals make math sequences strings threads ;
|
||||
FROM: alien.c-types => float short ;
|
||||
IN: odbc
|
||||
|
||||
<< "odbc" "odbc32.dll" stdcall add-library >>
|
||||
|
|
Loading…
Reference in New Issue