X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/7bccf0fe85dabc44d168fd2f42f458911e7c4d98..c6940f12e2ad6ba778324f50b9a779db36238518:/windows/winstuff.h diff --git a/windows/winstuff.h b/windows/winstuff.h index 4ece0630..14e20baa 100644 --- a/windows/winstuff.h +++ b/windows/winstuff.h @@ -18,7 +18,7 @@ struct Filename { char path[FILENAME_MAX]; }; -#define f_open(filename, mode) ( fopen((filename).path, (mode)) ) +#define f_open(filename, mode, isprivate) ( fopen((filename).path, (mode)) ) struct FontSpec { char name[64];