]> granicus.if.org Git - nethack/commitdiff
missed a reference in a header file
authornhmall <nhmall@nethack.org>
Tue, 31 Jan 2023 06:29:23 +0000 (01:29 -0500)
committernhmall <nhmall@nethack.org>
Tue, 31 Jan 2023 06:29:23 +0000 (01:29 -0500)
include/windconf.h

index f9378e2197beb2676445937c8935db2316535371..691a7359ea2c7d7a9196c762d34a099600c225d7 100644 (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