Skip to content

Commit 49969b0

Browse files
committed
W32 build fix attempt
1 parent 355af40 commit 49969b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main/safe_bcmp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
| obtain it through the world-wide-web, please send a note to |
1313
| [email protected] so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
15-
| Author: |
15+
| Author: David Carlier <[email protected]> |
1616
+----------------------------------------------------------------------+
1717
*/
1818

win32/build/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ if (VS_TOOLSET && VCVERS >= 1914) {
249249
ADD_SOURCES("main", "main.c snprintf.c spprintf.c getopt.c fopen_wrappers.c \
250250
php_scandir.c php_ini.c SAPI.c rfc1867.c php_content_types.c strlcpy.c \
251251
strlcat.c mergesort.c reentrancy.c php_variables.c php_ticks.c network.c \
252-
php_open_temporary_file.c output.c internal_functions.c \
252+
php_open_temporary_file.c output.c internal_functions.c safe_bcmp.c \
253253
php_syslog.c");
254254
ADD_FLAG("CFLAGS_BD_MAIN", "/D ZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
255255
if (VS_TOOLSET && VCVERS >= 1914) {

0 commit comments

Comments
 (0)