win32 and wince

Remove the email address which is no longer valid from
several NetHack source files.
This commit is contained in:
nethack.allison
2005-01-23 19:39:01 +00:00
parent d040170713
commit 6177f4b871
56 changed files with 112 additions and 57 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)wceconf.h 3.5 2005/01/23 */
/* Copyright (c) NetHack PC Development Team 1993, 1994. */ /* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#ifndef WCECONF_H #ifndef WCECONF_H
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)celib.c 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#define NEED_VARARGS #define NEED_VARARGS
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhaskyn.c 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#include <assert.h> #include <assert.h>
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhaskyn.h 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#ifndef MSWINAskYesNO_h #ifndef MSWINAskYesNO_h
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhcolor.c 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
/* color management and such */ /* color management and such */
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhcolor.h 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
/* color management functions */ /* color management functions */
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhdlg.c 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
/* various dialog boxes are defined here */ /* various dialog boxes are defined here */
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhdlg.h 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#ifndef MSWINDlgWindow_h #ifndef MSWINDlgWindow_h
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhfont.c 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
/* font management and such */ /* font management and such */
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhfont.h 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
/* font management functions */ /* font management functions */
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhinput.c 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#include <assert.h> #include <assert.h>
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhinput.h 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#ifndef MSWINInput_h #ifndef MSWINInput_h
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhmain.c 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#include "winMS.h" #include "winMS.h"
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhmain.h 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#ifndef MSWINMainWindow_h #ifndef MSWINMainWindow_h
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhmap.c 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#include "winMS.h" #include "winMS.h"
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhmap.h 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#ifndef MSWINMapWindow_h #ifndef MSWINMapWindow_h
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhmsg.h 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#ifndef MHNethackMessages_H #ifndef MHNethackMessages_H
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhmsgwnd.c 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#include "winMS.h" #include "winMS.h"
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhmsgwnd.h 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#ifndef MSWINMessageWindow_h #ifndef MSWINMessageWindow_h
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhrip.c 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#include "winMS.h" #include "winMS.h"
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhrip.h 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#ifndef MSWINRIPWindow_h #ifndef MSWINRIPWindow_h
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhstatus.c 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#include "winMS.h" #include "winMS.h"
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhstatus.h 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#ifndef MSWINStatusWindow_h #ifndef MSWINStatusWindow_h
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhtext.c 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#include "winMS.h" #include "winMS.h"
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhtext.h 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#ifndef MSWINTextWindow_h #ifndef MSWINTextWindow_h
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2003 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhtxtbuf.c 3.5 2005/01/23 */
/* Copyright (C) 2003 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#include "mhtxtbuf.h" #include "mhtxtbuf.h"
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhtxtbuf.h 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#ifndef MSWINTextBuffer_h #ifndef MSWINTextBuffer_h
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mswproc.c 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
/* /*
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)winMS.h 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#ifndef WINMS_H #ifndef WINMS_H
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)winhack.c 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
// winhack.cpp : Defines the entry point for the application. // winhack.cpp : Defines the entry point for the application.
// //
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhaskyn.c 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#include <assert.h> #include <assert.h>
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhaskyn.h 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#ifndef MSWINAskYesNO_h #ifndef MSWINAskYesNO_h
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhdlg.c 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
/* various dialog boxes are defined here */ /* various dialog boxes are defined here */
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhdlg.h 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#ifndef MSWINDlgWindow_h #ifndef MSWINDlgWindow_h
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhfont.c 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
/* font management and such */ /* font management and such */
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhfont.h 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
/* font management functions */ /* font management functions */
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhinput.c 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#include <assert.h> #include <assert.h>
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhinput.h 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#ifndef MSWINInput_h #ifndef MSWINInput_h
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhmain.c 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#include "winMS.h" #include "winMS.h"
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhmain.h 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#ifndef MSWINMainWindow_h #ifndef MSWINMainWindow_h
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhmap.c 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#include "winMS.h" #include "winMS.h"
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhmap.h 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#ifndef MSWINMapWindow_h #ifndef MSWINMapWindow_h
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhmenu.h 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#ifndef MSWINMenuWindow_h #ifndef MSWINMenuWindow_h
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhmsg.h 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#ifndef MHNethackMessages_H #ifndef MHNethackMessages_H
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhmsgwnd.c 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#include "winMS.h" #include "winMS.h"
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhmsgwnd.h 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#ifndef MSWINMessageWindow_h #ifndef MSWINMessageWindow_h
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhrip.c 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#include "winMS.h" #include "winMS.h"
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhrip.h 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#ifndef MSWINRIPWindow_h #ifndef MSWINRIPWindow_h
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhsplash.c 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#include "winMS.h" #include "winMS.h"
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhstatus.c 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#include "winMS.h" #include "winMS.h"
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhstatus.h 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#ifndef MSWINStatusWindow_h #ifndef MSWINStatusWindow_h
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhtext.c 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#include "winMS.h" #include "winMS.h"
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mhtext.h 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#ifndef MSWINTextWindow_h #ifndef MSWINTextWindow_h
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)mswproc.c 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
/* /*
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)winMS.h 3.5 2005/01/23 */
/* Copyright (C) 2001 by Alex Kompel */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#ifndef WINMS_H #ifndef WINMS_H
+2 -1
View File
@@ -1,4 +1,5 @@
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */ /* SCCS Id: @(#)winhack.c 3.5 2005/01/23 */
/* 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. // winhack.cpp : Defines the entry point for the application.