mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-01 07:33:44 +02:00
Fix Linux build that I broke when I fixed the Windows build
This commit is contained in:
parent
e3f1c40c30
commit
b193033d9e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user