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 a967a12 commit 75bd5b4Copy full SHA for 75bd5b4
ext/hash/php_hash_sha.h
@@ -46,7 +46,7 @@ typedef struct {
46
PHP_HASH_API void PHP_SHA256InitArgs(PHP_SHA256_CTX *, ZEND_ATTRIBUTE_UNUSED HashTable *);
47
PHP_HASH_API void PHP_SHA256Update(PHP_SHA256_CTX *, const unsigned char *, size_t);
48
49
-#ifdef PHP_WIN32
+#ifdef _MSC_VER
50
# define PHP_STATIC_RESTRICT
51
#else
52
# define PHP_STATIC_RESTRICT static restrict
0 commit comments