From 41b924838c6039e39611e0360b72d8f371d737f6 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Tue, 5 Mar 2002 05:11:45 +0000 Subject: [PATCH] Use mswin for the window port name since that is used in the window port itself. --- util/makedefs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/makedefs.c b/util/makedefs.c index 1470dfb92..34978d47c 100644 --- a/util/makedefs.c +++ b/util/makedefs.c @@ -751,7 +751,7 @@ static const char *window_opts[] = { "Gem", #endif #ifdef MSWIN_GRAPHICS - "Win32", + "mswin", #endif #ifdef BEOS_GRAPHICS "BeOS InterfaceKit",