add missing type specifier

This commit is contained in:
Anatol Belski 2014-11-18 11:53:33 +01:00
parent fb6c3d3cf5
commit 2a1bfe6f0c

View File

@ -130,7 +130,7 @@ PHPAPI int core_globals_id;
#ifdef PHP_WIN32
#include "win32_internal_function_disabled.h"
static php_win32_disable_functions(TSRMLS_D)
static int php_win32_disable_functions(TSRMLS_D)
{
int i;