mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 08:59:28 +02:00
Fix Windows Build
This commit is contained in:
parent
44d664c7bb
commit
2936459bca
@ -64,6 +64,10 @@ It handles initialization and termination by subclassing wxApp.
|
|||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(__WXMSW__)
|
||||||
|
#include <wx/msw/registry.h> // for wxRegKey
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "AudacityException.h"
|
#include "AudacityException.h"
|
||||||
#include "AudacityLogger.h"
|
#include "AudacityLogger.h"
|
||||||
#include "AboutDialog.h"
|
#include "AboutDialog.h"
|
||||||
|
@ -22,6 +22,10 @@ Describes shared object that is used to access FFmpeg libraries.
|
|||||||
|
|
||||||
#include "Internat.h"
|
#include "Internat.h"
|
||||||
|
|
||||||
|
#if defined(__WXMSW__)
|
||||||
|
#include <wx/msw/registry.h> // for wxRegKey
|
||||||
|
#endif
|
||||||
|
|
||||||
class wxCheckBox;
|
class wxCheckBox;
|
||||||
|
|
||||||
// TODO: Determine whether the libav* headers come from the FFmpeg or libav
|
// TODO: Determine whether the libav* headers come from the FFmpeg or libav
|
||||||
|
@ -24,6 +24,10 @@
|
|||||||
#include <wx/process.h>
|
#include <wx/process.h>
|
||||||
#include <wx/sizer.h>
|
#include <wx/sizer.h>
|
||||||
#include <wx/textctrl.h>
|
#include <wx/textctrl.h>
|
||||||
|
#if defined(__WXMSW__)
|
||||||
|
#include <wx/msw/registry.h> // for wxRegKey
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "../FileNames.h"
|
#include "../FileNames.h"
|
||||||
#include "Export.h"
|
#include "Export.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user