source: trunk/include/codepage.h@ 10367

Last change on this file since 10367 was 7831, checked in by sandervl, 24 years ago

header updates

File size: 578 bytes
RevLine 
[2213]1/*
2** Module :CODEPAGE.H
3** Abstract :
4**
5** Copyright (C) Vit Timchishin
6**
7** Log: Wed 22/12/1999 Created
8**
9*/
10
11#ifndef __CODEPAGE_H
12#define __CODEPAGE_H
13
[5454]14// AH 2001-04-03 use Odin builtin version, later toolkits
15// include <os2def.h> almost everywhere...
16#include <uniconv.h>
17
[2213]18#define CODEPAGE_SECTION "Codepages"
19
[7831]20#ifdef __cplusplus
21extern "C" {
22#endif
23
[2213]24ULONG GetDisplayCodepage();
25ULONG GetWindowsCodepage();
26UconvObject GetDisplayUconvObject();
27UconvObject GetWindowsUconvObject();
28
[5453]29void CODEPAGE_Init(void);
30
[7831]31#ifdef __cplusplus
32}
33#endif
34
[2213]35#endif /*__CODEPAGE_H*/
36
Note: See TracBrowser for help on using the repository browser.