From dc7dff1d7e7e5bc025edccb7f4c13ef0c327cce7 Mon Sep 17 00:00:00 2001 From: Alva Melkerson Date: Thu, 11 Nov 2021 17:35:11 -0600 Subject: [PATCH] Update NetHackW.c Updated some comments that referred to an old file name --- win/win32/NetHackW.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/win/win32/NetHackW.c b/win/win32/NetHackW.c index e6a31381d..82329d678 100644 --- a/win/win32/NetHackW.c +++ b/win/win32/NetHackW.c @@ -1,8 +1,8 @@ -/* NetHack 3.7 winhack.c $NHDT-Date: 1596498365 2020/08/03 23:46:05 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.72 $ */ +/* NetHack 3.7 NetHackW.c $NHDT-Date: 1596498365 2020/08/03 23:46:05 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.72 $ */ /* Copyright (C) 2001 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ -// winhack.cpp : Defines the entry point for the application. +// NetHackW.cpp : Defines the entry point for the application. // #include "win10.h" @@ -16,7 +16,7 @@ #include "mhmap.h" #if !defined(SAFEPROCS) -#error You must #define SAFEPROCS to build winhack.c +#error You must #define SAFEPROCS to build NetHackW.c #endif /* Borland and MinGW redefine "boolean" in shlwapi.h,