]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxshlb_cw_d.h
Get/SetTitle only for wxTopLevelWindow.
[wxWidgets.git] / include / wx / wxshlb_cw_d.h
index 04a9440d83df0493c4533abd1c2e6a985a7b8a3f..1bfce4de5b7cc847119359311aa4fae52cc31a38 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 <wxshlb_PPC++_d.mch>
-       #elif __INTEL__
-               #include <wxshlb_x86++_d.mch>
-       #elif __CFM68K__
-               #include <wxshlb_cfm++_d.mch>
-       #else
-               #include <wxshlb_68k++_d.mch>
-       #endif
+    #if __POWERPC__
+        #include "wxshlb_PPC++_d.mch"
+    #elif __INTEL__
+        #include "wxshlb_x86++_d.mch"
+    #elif __CFM68K__
+        #include "wxshlb_cfm++_d.mch"
+    #else
+        #include "wxshlb_68k++_d.mch"
+    #endif
 #else
-       #if __POWERPC__
-               #include <wxshlb_PPC_d.mch>
-       #elif __INTEL__
-               #include <wxshlb_x86_d.mch>
-       #elif __CFM68K__
-               #include <wxshlb_cfm_d.mch>
-       #else
-               #include <wxshlb_68k_d.mch>
-       #endif
+    #if __POWERPC__
+        #include "wxshlb_PPC_d.mch"
+    #elif __INTEL__
+        #include "wxshlb_x86_d.mch"
+    #elif __CFM68K__
+        #include "wxshlb_cfm_d.mch"
+    #else
+        #include "wxshlb_68k_d.mch"
+    #endif
 #endif
 #endif