We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe7914 commit 2fca01cCopy full SHA for 2fca01c
config.w32
@@ -12,6 +12,8 @@ if (PHP_XLSWRITER != "no") {
12
13
EXTENSION("xlswriter", "xlswriter.c")
14
15
+ ADD_FLAG("CFLAGS_XLSWRITER", ' /I "' + configure_module_dirname + '" ');
16
+
17
AC_DEFINE("HAVE_LXW_VERSION", 1, "lxw_version available in 0.7.7");
18
19
ADD_SOURCES(configure_module_dirname + "\\kernel", "common.c resource.c exception.c excel.c write.c format.c chart.c", "xlswriter");
0 commit comments