|
|
1.1.1.9 root 1: /* 1.1.1.11! root 2: Legal Notice: Some portions of the source code contained in this file were ! 3: derived from the source code of Encryption for the Masses 2.02a, which is ! 4: Copyright (c) 1998-2000 Paul Le Roux and which is governed by the 'License ! 5: Agreement for Encryption for the Masses'. Modifications and additions to ! 6: the original source code (contained in this file) and all other portions of ! 7: this file are Copyright (c) 2003-2008 TrueCrypt Foundation and are governed ! 8: by the TrueCrypt License 2.4 the full text of which is contained in the ! 9: file License.txt included in TrueCrypt binary and source code distribution 1.1.1.9 root 10: packages. */ 1.1 root 11: 1.1.1.6 root 12: #define FILE_HISTORY "History.xml" 1.1 root 13: 1.1.1.11! root 14: #ifdef __cplusplus ! 15: extern "C" { ! 16: #endif ! 17: 1.1.1.8 root 18: void AddComboItem (HWND hComboBox, char *lpszFileName, BOOL saveHistory); 19: LPARAM MoveEditToCombo (HWND hComboBox, BOOL saveHistory); 1.1 root 20: int GetOrderComboIdx ( HWND hComboBox , int *nIdxList , int nElems ); 21: LPARAM UpdateComboOrder ( HWND hComboBox ); 1.1.1.6 root 22: void LoadCombo ( HWND hComboBox ); 23: void DumpCombo ( HWND hComboBox , int bClear ); 1.1 root 24: void ClearCombo (HWND hComboBox); 1.1.1.11! root 25: int IsComboEmpty (HWND hComboBox); ! 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.