mirror of
https://github.com/fltk/fltk.git
synced 2026-05-22 15:22:34 +08:00
It's probably better to also change SendMessage into SendMessageW
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10208 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -441,7 +441,7 @@ int Fl_Native_File_Chooser::showfile() {
|
||||
int CALLBACK Fl_Native_File_Chooser::Dir_CB(HWND win, UINT msg, LPARAM param, LPARAM data) {
|
||||
switch (msg) {
|
||||
case BFFM_INITIALIZED:
|
||||
if (data) ::SendMessage(win, BFFM_SETSELECTIONW, TRUE, data);
|
||||
if (data) ::SendMessageW(win, BFFM_SETSELECTIONW, TRUE, data);
|
||||
break;
|
||||
case BFFM_SELCHANGED:
|
||||
TCHAR path[FNFC_MAX_PATH];
|
||||
|
||||
Reference in New Issue
Block a user