Merge branch 'hotfix-1.4.1' into develop
This commit is contained in:
@@ -997,6 +997,9 @@ namespace nana
|
||||
|
||||
OPENFILENAME ofn;
|
||||
memset(&ofn, 0, sizeof ofn);
|
||||
|
||||
internal_scope_guard lock;
|
||||
|
||||
ofn.lStructSize = sizeof(ofn);
|
||||
ofn.hwndOwner = reinterpret_cast<HWND>(API::root(impl_->owner));
|
||||
ofn.lpstrFile = &(wfile[0]);
|
||||
|
||||
Reference in New Issue
Block a user