From 90bd57fe40e66fc829ecb01482d32d604b0df19c Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 25 Nov 2015 01:41:37 +0100 Subject: Windows: Full UNICODE rewrite and implement support for UNICODE passwords. --- src/Common/Combo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Common/Combo.h') 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 ); -- cgit v1.2.3