Skip to content

Commit 2fca01c

Browse files
committed
Fix(win32): include
1 parent ebe7914 commit 2fca01c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config.w32

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ if (PHP_XLSWRITER != "no") {
1212

1313
EXTENSION("xlswriter", "xlswriter.c")
1414

15+
ADD_FLAG("CFLAGS_XLSWRITER", ' /I "' + configure_module_dirname + '" ');
16+
1517
AC_DEFINE("HAVE_LXW_VERSION", 1, "lxw_version available in 0.7.7");
1618

1719
ADD_SOURCES(configure_module_dirname + "\\kernel", "common.c resource.c exception.c excel.c write.c format.c chart.c", "xlswriter");

0 commit comments

Comments
 (0)