Annotation of truecrypt/common/language.h, revision 1.1.1.2

1.1       root        1: #include <windows.h>
                      2: 
                      3: #define UNKNOWN_STRING_ID L"[?]"
                      4: 
                      5: extern BOOL LocalizationActive;
                      6: extern int LocalizationSerialNo;
                      7: extern wchar_t UnknownString[1024];
                      8: 
                      9: typedef struct
                     10: {
                     11:        wchar_t *FaceName;
                     12:        int Size;
                     13: } Font;
                     14: 
1.1.1.2 ! root       15: BOOL CALLBACK LanguageDlgProc (HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
1.1       root       16: wchar_t *GetString (char *stringId);
                     17: Font *GetFont (char *fontType);
                     18: BOOL LoadLanguageFile ();
                     19: char *GetPreferredLangId ();
                     20: void SetPreferredLangId (char *langId);
1.1.1.2 ! root       21: char *GetActiveLangPackVersion ();

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.