inih: INIReaderDispose

This commit is contained in:
xushiwei
2024-07-13 18:11:34 +08:00
parent b026bfc71b
commit af54a22d16
6 changed files with 24 additions and 3 deletions

13
cpp/inih/_wrap/reader.cpp Normal file
View File

@@ -0,0 +1,13 @@
#include <INIReader.h>
extern "C" {
// -----------------------------------------------------------------------------
void INIReaderDispose(INIReader* r) {
r->~INIReader();
}
// -----------------------------------------------------------------------------
} // extern "C"