From: Stefan Csomor Date: Sun, 7 Mar 2004 12:43:23 +0000 (+0000) Subject: header includes corrected X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/daf6ac9f8a12c845e3d5af38c4a262e7d9e4686f header includes corrected git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26125 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/wx_cwc_d.h b/include/wx/wx_cwc_d.h index 47bdc7a039..d3e2e4d150 100644 --- a/include/wx/wx_cwc_d.h +++ b/include/wx/wx_cwc_d.h @@ -21,15 +21,15 @@ #else #ifdef __cplusplus #ifdef __MACH__ - #include + #include "wx_Mach++_d.mch" #elif __POWERPC__ - #include + #include "wx_Carbon++_d.mch" #endif #else #ifdef __MACH__ - #include + #include "wx_Mach_d.mch" #elif __POWERPC__ - #include + #include "wx_Carbon_d.mch" #endif #endif #endif