Don't use PCH for C sources, do include wx/wxprec.h from all wxGTK C++
sources.
Closes #14224.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71360 
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
             <precomp-headers-file>wxprec_$(id)</precomp-headers-file>
             <precomp-headers-exclude>
                 src/common/extended.c
+                src/gtk/eggtrayicon.c
+                src/gtk/treeentry_gtk.c
             </precomp-headers-exclude>
         </if>
 
 
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////// */
 
+#include "wx/wxprec.h"
+
 #include "wx/platform.h"
 #include <gtk/gtk.h>
 #include "wx/gtk/assertdlg_gtk.h"
 
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
+#include "wx/wxprec.h"
+
 #include "wx/defs.h"
 #include "wx/gtk/private.h"
 #include "wx/gtk/private/win_gtk.h"