]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxshlba_cw_d.h
capitalize the application name in GetAppDisplayName() by default; this results in...
[wxWidgets.git] / include / wx / wxshlba_cw_d.h
index 5727e3c60e02a9871d387ad2b6b5acaae784c76b..13ba33ff2e018ce167bb979ad0f32b86140a8a64 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     12/10/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Stefan Csomor
-// Licence:    wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_CW__
 #error "profiling is not supported in debug versions"
 #else
 #ifdef __cplusplus
-       #if __POWERPC__
-               #include <wxshlba_PPC++_d.mch>
-       #elif __INTEL__
-               #include <wxshlba_x86++_d.mch>
-       #elif __CFM68K__
-               #include <wxshlba_cfm++_d.mch>
-       #else
-               #include <wxshlba_68k++_d.mch>
-       #endif
+    #if __POWERPC__
+        #include "wxshlba_PPC++_d.mch"
+    #elif __INTEL__
+        #include "wxshlba_x86++_d.mch"
+    #elif __CFM68K__
+        #include "wxshlba_cfm++_d.mch"
+    #else
+        #include "wxshlba_68k++_d.mch"
+    #endif
 #else
-       #if __POWERPC__
-               #include <wxshlba_PPC_d.mch>
-       #elif __INTEL__
-               #include <wxshlba_x86_d.mch>
-       #elif __CFM68K__
-               #include <wxshlba_cfm_d.mch>
-       #else
-               #include <wxshlba_68k_d.mch>
-       #endif
+    #if __POWERPC__
+        #include "wxshlba_PPC_d.mch"
+    #elif __INTEL__
+        #include "wxshlba_x86_d.mch"
+    #elif __CFM68K__
+        #include "wxshlba_cfm_d.mch"
+    #else
+        #include "wxshlba_68k_d.mch"
+    #endif
 #endif
 #endif