1
0
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:
Leland Lucius 2015-07-29 09:16:32 -05:00
parent e3f1c40c30
commit b193033d9e

View File

@ -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