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

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: 
        !            15: BOOL WINAPI LanguageDlgProc (HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
        !            16: wchar_t *GetString (char *stringId);
        !            17: Font *GetFont (char *fontType);
        !            18: BOOL LoadLanguageFile ();
        !            19: char *GetPreferredLangId ();
        !            20: void SetPreferredLangId (char *langId);

unix.superglobalmegacorp.com

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