Skip to content

Commit

Permalink
Merge branch 'DarkflameUniverse:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
MotherLife authored Apr 4, 2024
2 parents c4b488b + 24de0e5 commit 2f145ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dCommon/GeneralUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ std::vector<std::string> GeneralUtils::GetSqlFileNamesFromFolder(const std::stri
return sortedFiles;
}

#ifdef DARKFLAME_PLATFORM_MACOS
#if !(__GNUC__ >= 11 || _MSC_VER >= 1924)

// MacOS floating-point parse function specializations
namespace GeneralUtils::details {
Expand Down

0 comments on commit 2f145ef

Please sign in to comment.