E
etjgalvez
Guest
The source tarball is here: www.ch-werner.de/.../ruby-odbc-0.99995.tar.gz Or some slightly modified source in a git repo here: github.com/.../odbc.c Line 43-49 #ifndef HAVE_TYPE_SQLTCHAR #ifdef UNICODE typedef SQLWCHAR SQLTCHAR; #else typedef SQLCHAR SQLTCHAR; #endif #endif
Continue reading...
Continue reading...