stray files (from <Someone>)

winhack.h is not being used anywhere now and can safely be deleted.
There 2 instances of this file:

sys\wince\winhack.h
win\win32\winhack.h

The patch is also attached that adjusts for this.
This commit is contained in:
nethack.allison
2002-09-19 00:16:10 +00:00
parent 651e886d66
commit b9a3376fc5
6 changed files with 3 additions and 44 deletions

View File

@@ -910,10 +910,6 @@ SOURCE=..\include\winGnome.h
# End Source File
# Begin Source File
SOURCE=..\win\win32\winhack.h
# End Source File
# Begin Source File
SOURCE=..\include\winprocs.h
# End Source File
# Begin Source File

View File

@@ -1,18 +0,0 @@
/* SCCS Id: @(#)winhack.h 3.4 2002/03/06 */
/* Copyright (c) Alex Kompel, 2002 */
/* NetHack may be freely redistributed. See license for details. */
#if !defined(AFX_WINHACK_H__6397C328_BAF8_460C_9465_F12C596C5732__INCLUDED_)
#define AFX_WINHACK_H__6397C328_BAF8_460C_9465_F12C596C5732__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#define STRICT
#include <windows.h>
#include "resource.h"
#endif // !defined(AFX_WINHACK_H__6397C328_BAF8_460C_9465_F12C596C5732__INCLUDED_)