mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix building on latest VS 2019
This commit is contained in:
parent
7e8a5cf449
commit
a448bc7079
@ -76,7 +76,7 @@ typedef struct {
|
|||||||
} StackItem;
|
} StackItem;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
ssize_t pos;
|
Py_ssize_t pos;
|
||||||
int32_t needle_len;
|
int32_t needle_len;
|
||||||
size_t size;
|
size_t size;
|
||||||
StackItem *items;
|
StackItem *items;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user