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
+1 -1
View File
@@ -119,7 +119,7 @@ extern errno_t tmpfile_s(FILE * restrict * restrict streamptr);
#define __USE_MINGW_ANSI_STDIO 1 #define __USE_MINGW_ANSI_STDIO 1
#endif #endif
/* extern int getlock(void); */ /* extern int getlock(void); */
extern char *exepath(void); extern char *mingw_exepath(void);
#endif /* __MINGW32__ */ #endif /* __MINGW32__ */
#ifdef _MSC_VER #ifdef _MSC_VER