fixing windows dll issues

This commit is contained in:
kbz_8
2023-12-08 23:33:26 +01:00
parent 5dcc2045d6
commit d16af1c4a8
43 changed files with 121 additions and 110 deletions
+3 -3
View File
@@ -24,7 +24,7 @@
namespace mlx
{
struct MLX_API TextDrawData
struct TextDrawData
{
TextID id;
int x;
@@ -41,7 +41,7 @@ namespace mlx
namespace std
{
template <>
struct MLX_API hash<mlx::TextDrawData>
struct hash<mlx::TextDrawData>
{
std::size_t operator()(const mlx::TextDrawData& d) const noexcept
{
@@ -52,7 +52,7 @@ namespace std
namespace mlx
{
class MLX_API TextPutPipeline
class TextPutPipeline
{
public:
TextPutPipeline() = default;