VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Combo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Combo.h')
-rw-r--r--src/Common/Combo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Combo.h b/src/Common/Combo.h
index 9bd67a92..f4889fc5 100644
--- a/src/Common/Combo.h
+++ b/src/Common/Combo.h
@@ -15,7 +15,7 @@
extern "C" {
#endif
-void AddComboItem (HWND hComboBox, char *lpszFileName, BOOL saveHistory);
+void AddComboItem (HWND hComboBox, const wchar_t *lpszFileName, BOOL saveHistory);
LPARAM MoveEditToCombo (HWND hComboBox, BOOL saveHistory);
int GetOrderComboIdx ( HWND hComboBox , int *nIdxList , int nElems );
LPARAM UpdateComboOrder ( HWND hComboBox );