Skip to content

Commit

Permalink
SQL_NUMERIC_STRUCT was not available until ODBC 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hlinnaka committed Jun 16, 2014
1 parent 7b324d8 commit d49125a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions convert.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,10 @@ static unsigned ODBCINT64 ATOI64U(const char *val)
#endif /* WIN32 */
#endif /* ODBCINT64 */

#if (ODBCVER >= 0x0300)
static void ResolveNumericParam(const SQL_NUMERIC_STRUCT *ns, char *chrform);
static void parse_to_numeric_struct(const char *wv, SQL_NUMERIC_STRUCT *ns, BOOL *overflow);
#endif

/*
* TIMESTAMP <-----> SIMPLE_TIME
Expand Down

0 comments on commit d49125a

Please sign in to comment.