projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
refactor wxStaticText::Ellipsize so it's a static public utility function; document...
[wxWidgets.git]
/
include
/
wx
/
wxshlb_cwc.h
diff --git
a/include/wx/wxshlb_cwc.h
b/include/wx/wxshlb_cwc.h
index bca57e303ae022800fd3919f031c0756a96fbbf3..fa1f1cdeb68d47a873bad854890ffc256f127faa 100644
(file)
--- a/
include/wx/wxshlb_cwc.h
+++ b/
include/wx/wxshlb_cwc.h
@@
-19,25
+19,25
@@
#if __option(profile)
#ifdef __cplusplus
#if __POWERPC__
#if __option(profile)
#ifdef __cplusplus
#if __POWERPC__
- #include
<wxshlb_Carbon++_prof.mch>
+ #include
"wxshlb_Carbon++_prof.mch"
#endif
#else
#if __POWERPC__
#endif
#else
#if __POWERPC__
- #include
<wxshlb_Carbon_prof.mch>
+ #include
"wxshlb_Carbon_prof.mch"
#endif
#endif
#else
#ifdef __cplusplus
#endif
#endif
#else
#ifdef __cplusplus
- #if __
POWERPC
__
- #include
<wxshlb_Carbon++.mch>
- #elif __
MACH
__
- #include
<wxshlb_Mach++.mch>
+ #if __
MACH
__
+ #include
"wxshlb_Mach++.mch"
+ #elif __
POWERPC
__
+ #include
"wxshlb_Carbon++.mch"
#endif
#else
#endif
#else
- #if __
POWERPC
__
- #include
<wxshlb_Carbon.mch>
- #elif __
MACH
__
- #include
<wxshlb_Mach.mch>
+ #if __
MACH
__
+ #include
"wxshlb_Mach.mch"
+ #elif __
POWERPC
__
+ #include
"wxshlb_Carbon.mch"
#endif
#endif
#endif
#endif
#endif
#endif