source: trunk/include/codepage.h@ 4927

Last change on this file since 4927 was 2213, checked in by sandervl, 26 years ago

VT's codepage changes

File size: 378 bytes
Line 
1/*
2** Module :CODEPAGE.H
3** Abstract :
4**
5** Copyright (C) Vit Timchishin
6**
7** Log: Wed 22/12/1999 Created
8**
9*/
10#include <uconv.h>
11
12#ifndef __CODEPAGE_H
13#define __CODEPAGE_H
14
15#define CODEPAGE_SECTION "Codepages"
16
17ULONG GetDisplayCodepage();
18ULONG GetWindowsCodepage();
19UconvObject GetDisplayUconvObject();
20UconvObject GetWindowsUconvObject();
21
22#endif /*__CODEPAGE_H*/
23
Note: See TracBrowser for help on using the repository browser.