|
|
1.1.1.4 ! root 1: /* ! 2: Copyright (c) 2008 TrueCrypt Foundation. All rights reserved. ! 3: ! 4: Governed by the TrueCrypt License 2.5 the full text of which is contained ! 5: in the file License.txt included in TrueCrypt binary and source code ! 6: distribution packages. ! 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 root 28: wchar_t *GetString (char *stringId); 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.