pajoye Thu, 14 Jul 2011 10:54:39 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=313233
Log:
- fix decl
Changed paths:
U php/php-src/branches/PHP_5_4/win32/build/config.w32
U php/php-src/trunk/win32/build/config.w32
Modified: php/php-src/branches/PHP_5_4/win32/build/config.w32
===================================================================
--- php/php-src/branches/PHP_5_4/win32/build/config.w32 2011-07-14 09:47:27 UTC
(rev 313232)
+++ php/php-src/branches/PHP_5_4/win32/build/config.w32 2011-07-14 10:54:39 UTC
(rev 313233)
@@ -151,7 +151,7 @@
// Set some debug/release specific options
ADD_FLAG('CFLAGS', ' /RTC1 ');
}
- ADD_FLAG('CFLAGS', ' /D_BIND_TO_CURRENT_CRT_VERSION =1 ');
+ ADD_FLAG('CFLAGS', ' /D_BIND_TO_CURRENT_CRT_VERSION=1 ');
}
ARG_WITH('mp', 'Tell VC9+ use up to [n,auto,disable] processes for
compilation', 'auto');
Modified: php/php-src/trunk/win32/build/config.w32
===================================================================
--- php/php-src/trunk/win32/build/config.w32 2011-07-14 09:47:27 UTC (rev
313232)
+++ php/php-src/trunk/win32/build/config.w32 2011-07-14 10:54:39 UTC (rev
313233)
@@ -151,7 +151,7 @@
// Set some debug/release specific options
ADD_FLAG('CFLAGS', ' /RTC1 ');
}
- ADD_FLAG('CFLAGS', ' /D_BIND_TO_CURRENT_CRT_VERSION =1 ');
+ ADD_FLAG('CFLAGS', ' /D_BIND_TO_CURRENT_CRT_VERSION=1 ');
}
ARG_WITH('mp', 'Tell VC9+ use up to [n,auto,disable] processes for
compilation', 'auto');
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php