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:
committed by
Leland Lucius
parent
229b82a502
commit
794f4e5877
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user