summaryrefslogtreecommitdiff
path: root/win32/winutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/winutil.h')
-rw-r--r--win32/winutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/winutil.h b/win32/winutil.h
index 773063e5f6..e0193d33f3 100644
--- a/win32/winutil.h
+++ b/win32/winutil.h
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-PHPAPI char *php_win32_error_to_msg(int error);
+PHPAPI char *php_win32_error_to_msg(HRESULT error);
#define php_win_err() php_win32_error_to_msg(GetLastError())
int php_win32_check_trailing_space(const char * path, const int path_len);