Project: DBD::ODBC
Code Location: http://svn.perl.org/modules/dbd-odbc/trunk/dbd-odbc/trunk
Browse
/
Download File
fixup_t.h
/* fix up types for driver managers that don't have them	*/
/* (basically iODBC)										*/

#ifndef SQLCHAR
#define SQLCHAR char
#endif

#ifndef SQLSMALLINT
#define SQLSMALLINT I16
#endif

#ifndef SQLUINTEGER
#define SQLUINTEGER U32
#endif