missed a reference in a header file

This commit is contained in:
nhmall
2023-01-31 01:29:23 -05:00
parent 20c7a217ba
commit f2dc7f308d

View File

@@ -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