Update NetHackW.c

Updated some comments that referred to an old file name
This commit is contained in:
Alva Melkerson
2021-11-11 17:35:11 -06:00
committed by GitHub
parent 90aded3648
commit dc7dff1d7e

View File

@@ -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 */ /* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* 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" #include "win10.h"
@@ -16,7 +16,7 @@
#include "mhmap.h" #include "mhmap.h"
#if !defined(SAFEPROCS) #if !defined(SAFEPROCS)
#error You must #define SAFEPROCS to build winhack.c #error You must #define SAFEPROCS to build NetHackW.c
#endif #endif
/* Borland and MinGW redefine "boolean" in shlwapi.h, /* Borland and MinGW redefine "boolean" in shlwapi.h,