1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 09:20:16 +01:00

Inclusion of the correct config header on command line using CMake

This commit is contained in:
Paul Licameli
2021-05-08 20:21:12 -04:00
committed by Leland Lucius
parent 229b82a502
commit 794f4e5877
3 changed files with 7 additions and 23 deletions

View File

@@ -91,26 +91,4 @@
class wxWindow;
#ifdef __WXMAC__
#include "configmac.h"
#endif
#ifdef __WXGTK__
#ifndef __CONFIG_UNIX_INCLUDED
#define __CONFIG_UNIX_INCLUDED
#include "configunix.h"
#endif
#endif
#ifdef __WXX11__
#ifndef __CONFIG_UNIX_INCLUDED
#define __CONFIG_UNIX_INCLUDED
#include "configunix.h"
#endif
#endif
#ifdef __WXMSW__
#include "configwin.h"
#endif
#endif // __AUDACITY_H__