mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 22:23:59 +01:00
Fix Linux build that I broke when I fixed the Windows build
This commit is contained in:
@@ -39,7 +39,6 @@
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#if defined(__WXMSW__)
|
||||
#include <wx/dynlib.h>
|
||||
#include <wx/app.h>
|
||||
#include <wx/defs.h>
|
||||
@@ -70,6 +69,7 @@
|
||||
#include <wx/tokenzr.h>
|
||||
#include <wx/utils.h>
|
||||
|
||||
#if defined(__WXMSW__)
|
||||
#include <shlwapi.h>
|
||||
#pragma comment(lib, "shlwapi")
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user