Skip to content

Commit

Permalink
Fixed compiler version on newer libexcel versions
Browse files Browse the repository at this point in the history
  • Loading branch information
iliaal committed Mar 1, 2011
1 parent c77e792 commit 351e6bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions excel.c
Original file line number Diff line number Diff line change
Expand Up @@ -1095,8 +1095,10 @@ EXCEL_METHOD(Book, __construct)
zval *object = getThis();
char *name = NULL, *key;
int name_len = 0, key_len = 0;
#if LIBXL_VERSION <= 0x03010000
wchar_t *nw, *kw;
size_t nw_l, kw_l;
#endif
#ifdef LIBXL_VERSION
zend_bool new_excel = 0;

Expand Down

0 comments on commit 351e6bd

Please sign in to comment.