mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 08:27:13 +01:00
Fix Windows Build
This commit is contained in:
@@ -64,6 +64,10 @@ It handles initialization and termination by subclassing wxApp.
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
|
||||
#if defined(__WXMSW__)
|
||||
#include <wx/msw/registry.h> // for wxRegKey
|
||||
#endif
|
||||
|
||||
#include "AudacityException.h"
|
||||
#include "AudacityLogger.h"
|
||||
#include "AboutDialog.h"
|
||||
|
||||
Reference in New Issue
Block a user