|
|
1.1.1.4 root 1: /*
1.1.1.8 root 2: Copyright (c) 2008 TrueCrypt Developers Association. All rights reserved.
1.1.1.4 root 3:
1.1.1.9 ! root 4: Governed by the TrueCrypt License 3.0 the full text of which is contained in
1.1.1.8 root 5: the file License.txt included in TrueCrypt binary and source code distribution
6: packages.
1.1.1.4 root 7: */
8:
1.1 root 9: #include <windows.h>
10:
1.1.1.3 root 11: #ifdef __cplusplus
12: extern "C" {
13: #endif
14:
1.1 root 15: #define UNKNOWN_STRING_ID L"[?]"
16:
17: extern BOOL LocalizationActive;
18: extern int LocalizationSerialNo;
19: extern wchar_t UnknownString[1024];
20:
21: typedef struct
22: {
23: wchar_t *FaceName;
24: int Size;
25: } Font;
26:
1.1.1.2 root 27: BOOL CALLBACK LanguageDlgProc (HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
1.1.1.5 root 28: wchar_t *GetString (const char *stringId);
1.1 root 29: Font *GetFont (char *fontType);
30: BOOL LoadLanguageFile ();
31: char *GetPreferredLangId ();
32: void SetPreferredLangId (char *langId);
1.1.1.2 root 33: char *GetActiveLangPackVersion ();
1.1.1.3 root 34:
35: #ifdef __cplusplus
36: }
37: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.