1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Update nfd-extended to 1.0.2.

This commit is contained in:
Bartosz Taudul
2023-04-05 17:19:23 +02:00
parent ab6c492117
commit eb8f485f99
3 changed files with 983 additions and 971 deletions
+4
View File
@@ -180,6 +180,10 @@ const char* NFD_GetError(void) {
return g_errorstr;
}
void NFD_ClearError(void) {
NFDi_SetError(NULL);
}
void NFD_FreePathN(nfdnchar_t* filePath) {
NFDi_Free((void*)filePath);
}