mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-12 07:03:34 +00:00
fixing windows dll issues
This commit is contained in:
@@ -26,7 +26,7 @@ enum class e_kind
|
||||
|
||||
namespace mlx::core::error
|
||||
{
|
||||
void MLX_API report(e_kind kind, std::string msg, ...);
|
||||
void report(e_kind kind, std::string msg, ...);
|
||||
}
|
||||
|
||||
#endif // __MLX_ERRORS__
|
||||
|
||||
Reference in New Issue
Block a user