From f2dc7f308d5c6d075cb97b907550c34020f3f6fd Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 31 Jan 2023 01:29:23 -0500 Subject: [PATCH] missed a reference in a header file --- include/windconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/windconf.h b/include/windconf.h index f9378e219..691a7359e 100644 --- a/include/windconf.h +++ b/include/windconf.h @@ -119,7 +119,7 @@ extern errno_t tmpfile_s(FILE * restrict * restrict streamptr); #define __USE_MINGW_ANSI_STDIO 1 #endif /* extern int getlock(void); */ -extern char *exepath(void); +extern char *mingw_exepath(void); #endif /* __MINGW32__ */ #ifdef _MSC_VER