From 15bc7496e462a51065d8301fd40dcfda3d532aac Mon Sep 17 00:00:00 2001 From: jwalz Date: Sat, 5 Jan 2002 21:06:00 +0000 Subject: [PATCH] *** empty log message *** --- sys/winnt/ntsound.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sys/winnt/ntsound.c diff --git a/sys/winnt/ntsound.c b/sys/winnt/ntsound.c new file mode 100644 index 000000000..0e6d6f23e --- /dev/null +++ b/sys/winnt/ntsound.c @@ -0,0 +1,15 @@ +/* SCCS Id: @(#)ntsound.c 3.3 95/09/06 */ +/* Copyright (c) NetHack PC Development Team 1993 */ +/* NetHack may be freely redistributed. See license for details. */ +/* */ +/* + * ntsound.c - Windows NT NetHack sound support + * + *Edit History: + * Initial Creation 93/12/11 + * + */ + +#include "hack.h" + +/* ntsound.c */