Skip to content

Commit 9583994

Browse files
committed
- fix build
1 parent fae24f9 commit 9583994

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

ext/standard/crypt_sha256.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
Released into the Public Domain by Ulrich Drepper <[email protected]>. */
33
/* Windows VC++ port by Pierre Joye <[email protected]> */
44

5-
#ifndef PHP_WIN32
6-
# include "php.h"
7-
# include "php_main.h"
8-
#endif
5+
#include "php.h"
6+
#include "php_main.h"
97

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

ext/standard/crypt_sha512.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
Released into the Public Domain by Ulrich Drepper <[email protected]>. */
33
/* Windows VC++ port by Pierre Joye <[email protected]> */
44

5-
#ifndef PHP_WIN32
6-
# include "php.h"
7-
# include "php_main.h"
8-
#endif
5+
#include "php.h"
6+
#include "php_main.h"
97

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

0 commit comments

Comments
 (0)