msvc: Fix MSVC compilation and CI

This commit is contained in:
Antoine Soulier
2024-03-19 15:09:51 -07:00
committed by Antoine SOULIER
parent ae0fb3757f
commit bfea2c04c1
5 changed files with 56 additions and 32 deletions

View File

@@ -82,14 +82,6 @@
#endif /* __clang__ */
/**
* Change the visibility of interface functions
*/
#define LC3_EXPORT \
__attribute__((visibility ("default")))
/**
* Macros
* MIN/MAX Minimum and maximum between 2 values