Merge branch 'main' into 12.0-development

This commit is contained in:
Alex Szpakowski
2022-04-15 23:47:28 -03:00
8 changed files with 62 additions and 35 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ bool System::openURL(const std::string &url) const
#endif
return (int) result > 32;
return (ptrdiff_t) result > 32;
#endif
}