From 1d3117089eec44869b10207627c1839d25e9662a Mon Sep 17 00:00:00 2001 From: MarkosTh09 Date: Sat, 2 Mar 2024 15:56:22 +0400 Subject: [PATCH] fix messup when moving MUSIALIZER_PLUG --- src/plug.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plug.c b/src/plug.c index 5ffccdd..e2b2440 100644 --- a/src/plug.c +++ b/src/plug.c @@ -16,15 +16,15 @@ #include #include -#ifndef MUSIALIZER_UNBUNDLE -#include "bundle.h" - #ifdef _WIN32 #define MUSIALIZER_PLUG __declspec(dllexport) #else #define MUSIALIZER_PLUG #endif +#ifndef MUSIALIZER_UNBUNDLE +#include "bundle.h" + MUSIALIZER_PLUG void plug_free_resource(void *data) { (void) data;