1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-07 15:05:38 +01:00

Can build for windows without precompiled headers...

... Requires some more wx header inclusions, a renaming of CopyFile (to avoid
colliding with a certain macro changing it to CopyFileW), and an explicit
deletion of a copy constructor and assignment (to avoid generation of
std::vector members for an incomplete type)
This commit is contained in:
Paul Licameli
2020-05-26 16:20:10 -04:00
parent 5f5a477dbf
commit 4ff0a9d74e
12 changed files with 20 additions and 7 deletions

View File

@@ -23,6 +23,7 @@
#include <wx/log.h>
#include <wx/slider.h>
#include <wx/stream.h>
#include <vorbis/vorbisenc.h>