projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixes for Unicode build.
[wxWidgets.git]
/
include
/
wx
/
wxshlb_cwc_d.h
diff --git
a/include/wx/wxshlb_cwc_d.h
b/include/wx/wxshlb_cwc_d.h
index ca729eef67369e45678978b708b644077e68cebe..5ea8b583c742400f848cd33f33dbdc3b96a65542 100644
(file)
--- a/
include/wx/wxshlb_cwc_d.h
+++ b/
include/wx/wxshlb_cwc_d.h
@@
-1,6
+1,6
@@
/////////////////////////////////////////////////////////////////////////////
// Name: wx_cw_d.h
/////////////////////////////////////////////////////////////////////////////
// Name: wx_cw_d.h
-// Purpose: wxWi
ndow
s definitions for CodeWarrior builds (Debug)
+// Purpose: wxWi
dget
s definitions for CodeWarrior builds (Debug)
// Author: Stefan Csomor
// Modified by:
// Created: 12/10/98
// Author: Stefan Csomor
// Modified by:
// Created: 12/10/98
@@
-20,11
+20,15
@@
#error "profiling is not supported in debug versions"
#else
#ifdef __cplusplus
#error "profiling is not supported in debug versions"
#else
#ifdef __cplusplus
- #if __POWERPC__
+ #ifdef __MACH__
+ #include <wxshlb_Mach++_d.mch>
+ #elif __POWERPC__
#include <wxshlb_Carbon++_d.mch>
#endif
#else
#include <wxshlb_Carbon++_d.mch>
#endif
#else
- #if __POWERPC__
+ #ifdef __MACH__
+ #include <wxshlb_Mach_d.mch>
+ #elif __POWERPC__
#include <wxshlb_Carbon_d.mch>
#endif
#endif
#include <wxshlb_Carbon_d.mch>
#endif
#endif