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 |
|
---|
17 | ULONG GetDisplayCodepage();
|
---|
18 | ULONG GetWindowsCodepage();
|
---|
19 | UconvObject GetDisplayUconvObject();
|
---|
20 | UconvObject GetWindowsUconvObject();
|
---|
21 |
|
---|
22 | void CODEPAGE_Init(void);
|
---|
23 |
|
---|
24 | #endif /*__CODEPAGE_H*/
|
---|
25 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.