Skip to content

Commit

Permalink
fix(build): Fix Windows MinGW build.
Browse files Browse the repository at this point in the history
  • Loading branch information
na2axl committed Jun 23, 2024
1 parent f6095d3 commit 5d79118
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Core/Engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@
#include "sound_definition_generated.h"
#include "switch_container_definition_generated.h"

#include <Core/DefaultPlugins.h>

#include <dylib.hpp>

#include <Core/DefaultPlugins.h>
#if defined(AM_WINDOWS_VERSION)
#undef CreateMutex
#endif

namespace SparkyStudios::Audio::Amplitude
{
Expand Down

0 comments on commit 5d79118

Please sign in to comment.