Skip to content

Commit

Permalink
Update util.c
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdu committed Aug 26, 2023
1 parent cb78a48 commit 8ee5126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#ifdef _WIN32
#include "windows.h"
#include "io.h"
#define fopen _wfopen_s
#define fopen _wfopen

/*int mkstemp(char *template) {
if (_mktemp_s(template, strlen(template) + 1) != 0) {
Expand Down

0 comments on commit 8ee5126

Please sign in to comment.