Resolved a TODO.
This commit is contained in:
parent
554c67371f
commit
5a3baddd25
|
@ -25,7 +25,7 @@ static DWORD WINAPI doOpenFile(LPVOID data)
|
||||||
ofn.hInstance = hInstance;
|
ofn.hInstance = hInstance;
|
||||||
ofn.lpstrFilter = NULL; // no filters
|
ofn.lpstrFilter = NULL; // no filters
|
||||||
ofn.lpstrFile = o->filenameBuffer;
|
ofn.lpstrFile = o->filenameBuffer;
|
||||||
ofn.nMaxFile = NFILENAME + 1; // TODO include + 1?
|
ofn.nMaxFile = NFILENAME + 1; // seems to include null terminator according to docs
|
||||||
ofn.lpstrInitialDir = NULL; // let system decide
|
ofn.lpstrInitialDir = NULL; // let system decide
|
||||||
ofn.lpstrTitle = NULL; // let system decide
|
ofn.lpstrTitle = NULL; // let system decide
|
||||||
// TODO OFN_SHAREAWARE?
|
// TODO OFN_SHAREAWARE?
|
||||||
|
|
Loading…
Reference in New Issue