Skip to content

Commit

Permalink
Merge pull request #98 from Markos-Th09/fix-hotreload
Browse files Browse the repository at this point in the history
fix messup when moving MUSIALIZER_PLUG
  • Loading branch information
rexim authored Mar 3, 2024
2 parents 66a5b48 + 1d31170 commit 070b88c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plug.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
#include <raylib.h>
#include <rlgl.h>

#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;
Expand Down

0 comments on commit 070b88c

Please sign in to comment.