Small AIX fixes from Rick Flower.
This commit is contained in:
parent
da83ecb64e
commit
d43b364eb9
@ -15,6 +15,7 @@
|
|||||||
#include "psqlodbc.h"
|
#include "psqlodbc.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
@ -102,7 +102,7 @@ enum
|
|||||||
STMT_PARSE_NONE = 0,
|
STMT_PARSE_NONE = 0,
|
||||||
STMT_PARSE_COMPLETE,
|
STMT_PARSE_COMPLETE,
|
||||||
STMT_PARSE_INCOMPLETE,
|
STMT_PARSE_INCOMPLETE,
|
||||||
STMT_PARSE_FATAL,
|
STMT_PARSE_FATAL
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Result style */
|
/* Result style */
|
||||||
@ -110,7 +110,7 @@ enum
|
|||||||
{
|
{
|
||||||
STMT_FETCH_NONE = 0,
|
STMT_FETCH_NONE = 0,
|
||||||
STMT_FETCH_NORMAL,
|
STMT_FETCH_NORMAL,
|
||||||
STMT_FETCH_EXTENDED,
|
STMT_FETCH_EXTENDED
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
|
Loading…
x
Reference in New Issue
Block a user