mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-06 12:15:34 +01:00
Fix building on latest VS 2019
This commit is contained in:
parent
fd9ff26488
commit
8fac2b3a44
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ typedef struct {
|
|||
} StackItem;
|
||||
|
||||
typedef struct {
|
||||
ssize_t pos;
|
||||
Py_ssize_t pos;
|
||||
int32_t needle_len;
|
||||
size_t size;
|
||||
StackItem *items;
|
||||
|
|
|
|||
Loading…
Reference in a new issue