]> granicus.if.org Git - nethack/commitdiff
stray files (from <Someone>)
authornethack.allison <nethack.allison>
Thu, 19 Sep 2002 00:16:10 +0000 (00:16 +0000)
committernethack.allison <nethack.allison>
Thu, 19 Sep 2002 00:16:10 +0000 (00:16 +0000)
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.

Files
sys/wince/cesetup.bat
sys/wince/wince.vcp
sys/wince/winhack.h [deleted file]
win/win32/nethackw.dsp
win/win32/winhack.h [deleted file]

diff --git a/Files b/Files
index 2b27e31637cb5c11adab468c4673523b890f4ab6..0a14f06f53948fb4a07f4de408042abe32c18d19 100644 (file)
--- a/Files
+++ b/Files
@@ -183,8 +183,8 @@ mhmain.c        mhmain.h        mhmap.c         mhmap.h         mhmenu.c
 mhmenu.h        mhmsg.h         mhmsgwnd.c      mhmsgwnd.h      mhrip.c
 mhrip.h         mhstatus.c      mhstatus.h      mhtext.c        mhtext.h
 mswproc.c       newres.h        recover.vcp     resource.h      stat.h
-winMS.h         wince.vcp       wince.vcw       winhack.c       winhack.h
-winhack.rc      winmain.c
+winMS.h         wince.vcp       wince.vcw       winhack.c       winhack.rc
+winmain.c
 
 sys/winnt:
 (files for Windows 9x, NT and Windows2000 version)
@@ -250,7 +250,7 @@ mhstatus.h      mhtext.c        mhtext.h        mnsel.uu        mnselcnt.uu
 mnunsel.uu      mswproc.c       nethack.dsw     nethackw.dsp    petmark.uu
 recover.dsp     resource.h      rip.uu          splash.uu       tile2bmp.dsp
 tilemap.dsp     tiles.dsp       tiles.mak       uudecode.dsp    winhack.c
-winhack.h       winhack.rc      winMS.h
+winhack.rc      winMS.h
 
 
 
index 24fe05baedc2418b51876e6f9ab417b051dbf0f1..5009bc4050ce4ab9908d773d1fa2b6fd62d81914 100755 (executable)
@@ -63,7 +63,6 @@ copy recover.vcp  ..\..\wince\recover.vcp
 copy resource.h   ..\..\wince\resource.h
 copy wince.vcp    ..\..\wince\wince.vcp
 copy winhack.c    ..\..\wince\winhack.c
-copy winhack.h    ..\..\wince\winhack.h
 copy winhack.rc   ..\..\wince\winhack.rc
 copy winmain.c    ..\..\wince\winmain.c
 copy winMS.h      ..\..\wince\winMS.h
index 2a725fb0a5d69400ec165e2e6c5987e43d5534af..bcd7a882bb33bf3fe5f6e068a93b4efa8fbc747f 100644 (file)
@@ -93574,10 +93574,6 @@ DEP_CPP_WINHA=\
 # End Source File
 # Begin Source File
 
-SOURCE=..\wince\winhack.h
-# End Source File
-# Begin Source File
-
 SOURCE=..\wince\winhack.rc
 
 !IF  "$(CFG)" == "winhack - Win32 (WCE MIPS) Release"
diff --git a/sys/wince/winhack.h b/sys/wince/winhack.h
deleted file mode 100644 (file)
index 814e2f3..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-
-#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_)
index b6fc6ae1623fd537806019a4ca61179d6b42d614..2af2b4bb707a729e466236de95eb73dfda2b5b93 100644 (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
diff --git a/win/win32/winhack.h b/win/win32/winhack.h
deleted file mode 100644 (file)
index bce5d91..0000000
+++ /dev/null
@@ -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_)