Skip to content

Commit 004c7b4

Browse files
petknikic
authored andcommitted
Remove unused WIN32_ONLY_COMPILER compile definition
1 parent f7fe4cc commit 004c7b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.w32

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if(PHP_APCU != 'no')
1414
'apc_signal.c ' +
1515
'apc_time.c ' +
1616
'apc_iterator.c ' +
17-
'apc_persist.c';
17+
'apc_persist.c';
1818

1919
if(PHP_APCU_DEBUG != 'no')
2020
{
@@ -24,7 +24,7 @@ if(PHP_APCU != 'no')
2424
/* XXX srwlock kernel as most BC compatible for now */
2525
AC_DEFINE('APC_SRWLOCK_KERNEL', 1);
2626
AC_DEFINE('HAVE_APCU', 1);
27-
ADD_FLAG('CFLAGS_APCU', '/D WIN32_ONLY_COMPILER=1 /DAPC_SRWLOCK_KERNEL=1');
27+
ADD_FLAG('CFLAGS_APCU', '/DAPC_SRWLOCK_KERNEL=1');
2828
PHP_INSTALL_HEADERS("ext/apcu", "php_apc.h apc.h apc_api.h apc_cache.h apc_globals.h apc_iterator.h apc_lock.h apc_mutex.h apc_sma.h apc_serializer.h apc_stack.h apc_windows_srwlock_kernel.h apc_arginfo.h php_apc_legacy_arginfo.h");
2929

3030
EXTENSION('apcu', apc_sources, PHP_APCU_SHARED, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");

0 commit comments

Comments
 (0)