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>
15 lines
345 B
C
15 lines
345 B
C
/* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */
|
|
/* NetHack may be freely redistributed. See license for details. */
|
|
|
|
/* font management functions */
|
|
|
|
#ifndef MSWINFont_h
|
|
#define MSWINFont_h
|
|
|
|
#include "winMS.h"
|
|
|
|
HGDIOBJ mswin_get_font(int win_type, int attr, HDC hdc, BOOL replace);
|
|
UINT mswin_charset();
|
|
|
|
#endif /* MSWINFont_h */
|