We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae24f9 commit 9583994Copy full SHA for 9583994
ext/standard/crypt_sha256.c
@@ -2,10 +2,8 @@
2
Released into the Public Domain by Ulrich Drepper <[email protected]>. */
3
/* Windows VC++ port by Pierre Joye <[email protected]> */
4
5
-#ifndef PHP_WIN32
6
-# include "php.h"
7
-# include "php_main.h"
8
-#endif
+#include "php.h"
+#include "php_main.h"
9
10
#include <errno.h>
11
#include <limits.h>
ext/standard/crypt_sha512.c
0 commit comments