Commit d7eea364 authored by Jon Griffiths's avatar Jon Griffiths Committed by Alexandre Julliard

MSVC doesn't like K&R function declarations: use ansi instead.

parent 564f5828
......@@ -64,9 +64,9 @@ reading and writing.
*/
int
mkstemps (template, suffix_len)
char *template;
int suffix_len;
mkstemps (
char *template,
int suffix_len)
{
static const char letters[]
= "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment