Skip to content

Commit 0f7f800

Browse files
committed
added missing type specifier
1 parent 1f432c8 commit 0f7f800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/winutil.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PHPAPI char *php_win32_error_to_msg(HRESULT error);
2020

2121
#define php_win_err() php_win32_error_to_msg(GetLastError())
2222
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);
23+
PHPAPI int php_win32_get_random_bytes(unsigned char *buf, size_t size);
2424

2525
#ifdef ZTS
2626
void php_win32_init_rng_lock();

0 commit comments

Comments
 (0)