mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
More wordsize fixes
This commit is contained in:
parent
f1ff65c155
commit
b303ba089c
8 changed files with 14 additions and 13 deletions
|
|
@ -31,7 +31,7 @@ typedef struct TabResult {
|
|||
int nAlloc;
|
||||
int nRow;
|
||||
int nColumn;
|
||||
int nData;
|
||||
long nData;
|
||||
int rc;
|
||||
} TabResult;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue