mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 08:09:32 +02:00
Misplaced include broke Windows build...
This commit is contained in:
parent
b5fd9bc068
commit
e77ad86b8d
@ -44,8 +44,10 @@
|
||||
#if defined(__WXMAC__)
|
||||
#include <dlfcn.h>
|
||||
#include <wx/mac/private.h>
|
||||
#else
|
||||
#elif defined(__WXMSW__)
|
||||
#include <wx/dynlib.h>
|
||||
#else
|
||||
#include <dlfcn.h>
|
||||
#endif
|
||||
|
||||
#if defined(__WXMSW__)
|
||||
@ -3134,7 +3136,6 @@ bool VSTEffect::ProcessStereo(int count,
|
||||
void VSTEffect::End()
|
||||
{
|
||||
}
|
||||
#include <dlfcn.h>
|
||||
|
||||
bool VSTEffect::Load()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user