Skip to content

Commit 1a83b42

Browse files
authored
Merge pull request #349 from viest/dev
Fix: disable reader build failed
2 parents d27c8a3 + 2a292e5 commit 1a83b42

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

include/xlswriter.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,10 @@ typedef struct {
5858

5959
#ifndef ENABLE_READER
6060
typedef struct {
61-
void * file_t;
62-
void * sheet_t;
61+
void *file_t;
62+
void *sheet_t;
63+
zend_long data_type_default;
64+
zend_long sheet_flag;
6365
} xls_resource_read_t;
6466
#endif
6567

0 commit comments

Comments
 (0)