]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/caret.cpp
Compilation fix for wxMSW build without PCH.
[wxWidgets.git] / src / palmos / caret.cpp
index 23d174ff04a6c1ab0d6ea8d630439b7368102d34..5f5615cd60a96a42f805300253ba47c0bfae44f1 100644 (file)
 // headers
 // ---------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "caret.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -45,7 +41,7 @@
 
 #define CALL_CARET_API(api, args)   \
         if ( !api args )                \
-            wxLogLastError(_T(#api))
+            wxLogLastError(wxT(#api))
 
 // ===========================================================================
 // implementation