| 585 | } |
| 586 | |
| 587 | void NFD_PathSet_FreePathN(const nfdnchar_t* filePath) { |
| 588 | assert(filePath); |
| 589 | (void)filePath; // prevent warning in release build |
| 590 | // no-op, because NFD_PathSet_Free does the freeing for us |
| 591 | } |
| 592 | |
| 593 | void NFD_PathSet_Free(const nfdpathset_t* pathSet) { |
| 594 | assert(pathSet); |