OSDN Git Service

upgrade to 3.6.2
[jnethack/source.git] / sys / winnt / winos.h
1 /* NetHack 3.6  winos.h $NHDT-Date: 1524321419 2018/04/21 14:36:59 $  $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.30 $ */
2 /* Copyright (c) NetHack PC Development Team 2018 */
3 /* NetHack may be freely redistributed.  See license for details. */
4
5 #ifndef WINOS_H
6 #define WINOS_H
7
8 #include "win32api.h"
9
10 extern const WCHAR cp437[256];
11
12 WCHAR *
13 winos_ascii_to_wide_str(const unsigned char * src, WCHAR * dst, size_t dstLength);
14
15 WCHAR
16 winos_ascii_to_wide(const unsigned char c);
17
18 BOOL winos_font_support_cp437(HFONT hFont);
19
20 #endif // WINOS_H