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 |
|
---|
11 | #ifndef __CODEPAGE_H
|
---|
12 | #define __CODEPAGE_H
|
---|
13 |
|
---|
14 | // AH 2001-04-03 use Odin builtin version, later toolkits
|
---|
15 | // include <os2def.h> almost everywhere...
|
---|
16 | #include <uniconv.h>
|
---|
17 |
|
---|
18 | #define CODEPAGE_SECTION "Codepages"
|
---|
19 |
|
---|
20 | #ifdef __cplusplus
|
---|
21 | extern "C" {
|
---|
22 | #endif
|
---|
23 |
|
---|
24 | ULONG GetDisplayCodepage();
|
---|
25 | ULONG GetWindowsCodepage();
|
---|
26 | UconvObject GetDisplayUconvObject();
|
---|
27 | UconvObject GetWindowsUconvObject();
|
---|
28 |
|
---|
29 | void CODEPAGE_Init(void);
|
---|
30 |
|
---|
31 | #ifdef __cplusplus
|
---|
32 | }
|
---|
33 | #endif
|
---|
34 |
|
---|
35 | #endif /*__CODEPAGE_H*/
|
---|
36 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.