Attempt to fix UTF8 encoding of WIN32 Native File Chooser BROWSE_DIRECTORY options

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9932 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Ian MacArthur 2013-06-06 12:11:08 +00:00
parent c9598ade18
commit ed04fc6774
1 changed files with 29 additions and 29 deletions

View File

@ -153,7 +153,7 @@ private:
int _btype; // kind-of browser to show()
int _options; // general options
OPENFILENAMEW _ofn; // GetOpenFileName() & GetSaveFileName() struct
BROWSEINFO _binf; // SHBrowseForFolder() struct
BROWSEINFOW _binf; // SHBrowseForFolder() struct
char **_pathnames; // array of pathnames
int _tpathnames; // total pathnames
char *_directory; // default pathname to use