pajoye                                   Thu, 14 Jan 2010 19:44:54 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=293558

Log:
- fix build

Changed paths:
    U   php/php-src/branches/PHP_5_3/ext/standard/crypt_sha256.c
    U   php/php-src/branches/PHP_5_3/ext/standard/crypt_sha512.c
    U   php/php-src/trunk/ext/standard/crypt_sha256.c
    U   php/php-src/trunk/ext/standard/crypt_sha512.c

Modified: php/php-src/branches/PHP_5_3/ext/standard/crypt_sha256.c
===================================================================
--- php/php-src/branches/PHP_5_3/ext/standard/crypt_sha256.c    2010-01-14 
18:54:43 UTC (rev 293557)
+++ php/php-src/branches/PHP_5_3/ext/standard/crypt_sha256.c    2010-01-14 
19:44:54 UTC (rev 293558)
@@ -2,10 +2,8 @@
    Released into the Public Domain by Ulrich Drepper <drep...@redhat.com>.  */
 /* Windows VC++ port by Pierre Joye <pie...@php.net> */

-#ifndef PHP_WIN32
-# include "php.h"
-# include "php_main.h"
-#endif
+#include "php.h"
+#include "php_main.h"

 #include <errno.h>
 #include <limits.h>

Modified: php/php-src/branches/PHP_5_3/ext/standard/crypt_sha512.c
===================================================================
--- php/php-src/branches/PHP_5_3/ext/standard/crypt_sha512.c    2010-01-14 
18:54:43 UTC (rev 293557)
+++ php/php-src/branches/PHP_5_3/ext/standard/crypt_sha512.c    2010-01-14 
19:44:54 UTC (rev 293558)
@@ -2,10 +2,8 @@
    Released into the Public Domain by Ulrich Drepper <drep...@redhat.com>.  */
 /* Windows VC++ port by Pierre Joye <pie...@php.net> */

-#ifndef PHP_WIN32
-# include "php.h"
-# include "php_main.h"
-#endif
+#include "php.h"
+#include "php_main.h"

 #include <errno.h>
 #include <limits.h>

Modified: php/php-src/trunk/ext/standard/crypt_sha256.c
===================================================================
--- php/php-src/trunk/ext/standard/crypt_sha256.c       2010-01-14 18:54:43 UTC 
(rev 293557)
+++ php/php-src/trunk/ext/standard/crypt_sha256.c       2010-01-14 19:44:54 UTC 
(rev 293558)
@@ -2,10 +2,8 @@
    Released into the Public Domain by Ulrich Drepper <drep...@redhat.com>.  */
 /* Windows VC++ port by Pierre Joye <pie...@php.net> */

-#ifndef PHP_WIN32
-# include "php.h"
-# include "php_main.h"
-#endif
+#include "php.h"
+#include "php_main.h"

 #include <errno.h>
 #include <limits.h>

Modified: php/php-src/trunk/ext/standard/crypt_sha512.c
===================================================================
--- php/php-src/trunk/ext/standard/crypt_sha512.c       2010-01-14 18:54:43 UTC 
(rev 293557)
+++ php/php-src/trunk/ext/standard/crypt_sha512.c       2010-01-14 19:44:54 UTC 
(rev 293558)
@@ -2,10 +2,8 @@
    Released into the Public Domain by Ulrich Drepper <drep...@redhat.com>.  */
 /* Windows VC++ port by Pierre Joye <pie...@php.net> */

-#ifndef PHP_WIN32
-# include "php.h"
-# include "php_main.h"
-#endif
+#include "php.h"
+#include "php_main.h"

 #include <errno.h>
 #include <limits.h>

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to