Sfoglia il codice sorgente

Fix: disable reader build failed

viest 4 anni fa
parent
commit
2a292e5734
1 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. 4 2
      include/xlswriter.h

+ 4 - 2
include/xlswriter.h

@@ -58,8 +58,10 @@ typedef struct {
 
 #ifndef ENABLE_READER
 typedef struct {
-    void * file_t;
-    void * sheet_t;
+    void      *file_t;
+    void      *sheet_t;
+    zend_long data_type_default;
+    zend_long sheet_flag;
 } xls_resource_read_t;
 #endif