mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 10:55:50 +00:00
[CHARMAP]Code improvements (#436)
* [CHARMAP][GETUNAME] Code improvements Based on the code from nls2txt, switches the linking from dynamic to static, also simplifies the code.
This commit is contained in:
parent
0c683c264c
commit
bf34d6bf8b
3 changed files with 7 additions and 28 deletions
|
@ -73,6 +73,8 @@ VOID ShowAboutDlg(HWND hWndParent);
|
|||
BOOL RegisterMapClasses(HINSTANCE hInstance);
|
||||
VOID UnregisterMapClasses(HINSTANCE hInstance);
|
||||
|
||||
int WINAPI GetUName(IN WORD wCharCode, OUT LPWSTR lpBuf);
|
||||
|
||||
/* charmap.c */
|
||||
VOID UpdateStatusBar(WCHAR wch);
|
||||
extern VOID ChangeMapFont(HWND hDlg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue