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 1f432c8 commit 0f7f800Copy full SHA for 0f7f800
win32/winutil.h
@@ -20,7 +20,7 @@ PHPAPI char *php_win32_error_to_msg(HRESULT error);
20
21
#define php_win_err() php_win32_error_to_msg(GetLastError())
22
int php_win32_check_trailing_space(const char * path, const int path_len);
23
-PHPAPI php_win32_get_random_bytes(unsigned char *buf, size_t size);
+PHPAPI int php_win32_get_random_bytes(unsigned char *buf, size_t size);
24
25
#ifdef ZTS
26
void php_win32_init_rng_lock();
0 commit comments