1
0
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:
lllucius 2014-05-31 12:16:38 +00:00
parent b5fd9bc068
commit e77ad86b8d

View File

@ -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()
{