summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc_includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/odbc/php_odbc_includes.h')
-rw-r--r--ext/odbc/php_odbc_includes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/php_odbc_includes.h b/ext/odbc/php_odbc_includes.h
index f1cfbec2d2..21460103ea 100644
--- a/ext/odbc/php_odbc_includes.h
+++ b/ext/odbc/php_odbc_includes.h
@@ -216,7 +216,7 @@ typedef struct odbc_connection {
typedef struct odbc_result_value {
char name[32];
char *value;
- long int vallen;
+ SDWORD vallen;
SDWORD coltype;
} odbc_result_value;