Added _indexOf

This commit is contained in:
2023-02-12 14:32:26 +00:00
parent ab2cd5dc93
commit 8653a2663f
4 changed files with 59 additions and 7 deletions

View File

@@ -10,7 +10,7 @@
#define TOY_VERSION_BUILD __DATE__ " " __TIME__
//platform/compiler-specific instructions
#if defined(__linux__)
#if defined(__linux__) || defined(__MINGW32__) || defined(__GNUC__)
#define TOY_API extern
@@ -22,10 +22,6 @@
#define TOY_API __declspec(dllexport)
#endif
#elif defined(__MINGW32__)
#define TOY_API extern
#else
#define TOY_API extern