diff --git a/kicad/kicad_manager_frame.cpp b/kicad/kicad_manager_frame.cpp index 2c90152c0b..3425b57b59 100644 --- a/kicad/kicad_manager_frame.cpp +++ b/kicad/kicad_manager_frame.cpp @@ -97,7 +97,7 @@ BEGIN_EVENT_TABLE( KICAD_MANAGER_FRAME, EDA_BASE_FRAME ) END_EVENT_TABLE() -#ifdef KICAD_PCM +#ifdef PCM // See below the purpose of this include #include #endif @@ -114,7 +114,7 @@ KICAD_MANAGER_FRAME::KICAD_MANAGER_FRAME( wxWindow* parent, const wxString& titl m_leftWinWidth = 250; // Default value m_aboutTitle = "KiCad"; -#ifdef KICAD_PCM +#ifdef PCM // JPC: A very ugly hack to fix an issue on Linux: if the wxbase315u_xml_gcc_custom.so is // used **only** in PCM, it is not found in some cases at run time. // So just use it in the main module to avoid a not found issue