Added support for
Palm-size PC (Windows CE 2.11) and Smartphone 2002.
It works fine under emulation, but it still needs to be tested
on real device. There are also some minor tweaks here and there.
Removed files:
sys/wince/recover.vcp
sys/wince/wince.vcp
New files:
sys/wince/winhcksp.rc
sys/wince/defaults.nh
sys/wince/hpc.vcp
sys/wince/palmpc.vcp
sys/wince/pocketpc.vcp
sys/wince/smartphn.vcp
<Someone>
16 lines
340 B
C
16 lines
340 B
C
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */
|
|
/* NetHack may be freely redistributed. See license for details. */
|
|
|
|
#include "winMS.h"
|
|
#include "mhrip.h"
|
|
#include "mhtext.h"
|
|
|
|
HWND mswin_init_RIP_window ()
|
|
{
|
|
return mswin_init_text_window();
|
|
}
|
|
|
|
void mswin_display_RIP_window (HWND hWnd)
|
|
{
|
|
mswin_display_text_window(hWnd);
|
|
} |