Skip to content

Commit

Permalink
Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
japajoe committed Jan 26, 2025
1 parent a857176 commit 8c6a2bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ set(BUILD_PLATFORM "unknown" CACHE STRING "Target platform for the build")
set(CMAKE_C_FLAGS_RELEASE "-O3")

if(WIN32)
add_definitions(-UMA_API)
add_definitions(-DMA_DLL)
endif()

Expand Down
1 change: 1 addition & 0 deletions src/miniaudioex.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

#define MINIAUDIO_IMPLEMENTATION
#include "miniaudioex.h"
#include <stdlib.h>
#include <stdio.h>
Expand Down

0 comments on commit 8c6a2bc

Please # to comment.