projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Style application fixes
[wxWidgets.git]
/
include
/
wx
/
wxshlb_cwc.h
diff --git
a/include/wx/wxshlb_cwc.h
b/include/wx/wxshlb_cwc.h
index 2ccb03508e11b43c63575fbe50413fe51c2a705a..fa1f1cdeb68d47a873bad854890ffc256f127faa 100644
(file)
--- a/
include/wx/wxshlb_cwc.h
+++ b/
include/wx/wxshlb_cwc.h
@@
-6,7
+6,7
@@
// Created: 12/10/98
// RCS-ID: $Id$
// Copyright: (c) Stefan Csomor
// Created: 12/10/98
// RCS-ID: $Id$
// Copyright: (c) Stefan Csomor
-// Licence:
wxWidget
s licence
+// Licence:
wxWindow
s licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_CW__
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_CW__
@@
-18,27
+18,27
@@
#if __option(profile)
#ifdef __cplusplus
#if __option(profile)
#ifdef __cplusplus
-
#if __POWERPC__
- #include <wxshlb_Carbon++_prof.mch>
-
#endif
+ #if __POWERPC__
+ #include "wxshlb_Carbon++_prof.mch"
+ #endif
#else
#else
-
#if __POWERPC__
- #include <wxshlb_Carbon_prof.mch>
-
#endif
+ #if __POWERPC__
+ #include "wxshlb_Carbon_prof.mch"
+ #endif
#endif
#else
#ifdef __cplusplus
#endif
#else
#ifdef __cplusplus
-
#if __POWERPC
__
- #include <wxshlb_Carbon++.mch>
-
#elif __MACH
__
- #include <wxshlb_Mach++.mch>
-
#endif
+
#if __MACH
__
+ #include "wxshlb_Mach++.mch"
+
#elif __POWERPC
__
+ #include "wxshlb_Carbon++.mch"
+ #endif
#else
#else
-
#if __POWERPC
__
- #include <wxshlb_Carbon.mch>
-
#elif __MACH
__
- #include <wxshlb_Mach.mch>
-
#endif
+
#if __MACH
__
+ #include "wxshlb_Mach.mch"
+
#elif __POWERPC
__
+ #include "wxshlb_Carbon.mch"
+ #endif
#endif
#endif
#endif
#endif
#endif
#endif