| 326 | } |
| 327 | |
| 328 | void NFD_FreePathN(nfdnchar_t* filePath) { |
| 329 | assert(filePath); |
| 330 | ::CoTaskMemFree(filePath); |
| 331 | } |
| 332 | |
| 333 | nfdresult_t NFD_OpenDialogN(nfdnchar_t** outPath, |
| 334 | const nfdnfilteritem_t* filterList, |
no outgoing calls
no test coverage detected