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