HI!

> I have no idea what the correct behavior of FILEDLG95_OnOpen should be.
> If it is supposed to return a doubly terminated string (a la FILEDLG95_
> FILENAME_GetFileNames), then I guess I've found a bug.  If the double-
> termination simply works around a Notes bug (or an unknown bug somewhere
> else in WINE), then the issues are stickier.

I just testet if I select:

one file + OFN_ALLOWMULTISELECT
--> filename\0\0

one file + not OFN_ALLOWMULTISELECT
--> filename\0

Appending 2 time \0 every time could give us a "not enought buffer" error.
Should rarely happen but...

Ciao

Juergen


Reply via email to