|
|
1.1 root 1: #include <windows.h>
2:
1.1.1.3 ! root 3: #ifdef __cplusplus
! 4: extern "C" {
! 5: #endif
! 6:
1.1 root 7: #define UNKNOWN_STRING_ID L"[?]"
8:
9: extern BOOL LocalizationActive;
10: extern int LocalizationSerialNo;
11: extern wchar_t UnknownString[1024];
12:
13: typedef struct
14: {
15: wchar_t *FaceName;
16: int Size;
17: } Font;
18:
1.1.1.2 root 19: BOOL CALLBACK LanguageDlgProc (HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
1.1 root 20: wchar_t *GetString (char *stringId);
21: Font *GetFont (char *fontType);
22: BOOL LoadLanguageFile ();
23: char *GetPreferredLangId ();
24: void SetPreferredLangId (char *langId);
1.1.1.2 root 25: char *GetActiveLangPackVersion ();
1.1.1.3 ! root 26:
! 27: #ifdef __cplusplus
! 28: }
! 29: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.