Browse Source

- WS

experimental/with_scalar_types
Pierre Joye 16 years ago
parent
commit
ab8e74a0c8
  1. 2
      win32/winutil.c

2
win32/winutil.c

@ -76,7 +76,7 @@ PHPAPI int php_win32_get_random_bytes(unsigned char *buf, size_t size) { /* {{{
if (i == size) { if (i == size) {
return SUCCESS; return SUCCESS;
} }
}
}
return FAILURE; return FAILURE;
} }
/* }}} */ /* }}} */
Loading…
Cancel
Save