]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/timer.cpp
Test whether GTK+ is 2.18 or newer in configure.
[wxWidgets.git] / src / generic / timer.cpp
index 4f7ebe8bf1f7c30acdb2d5bb69acbdc6dd864928..00713f32b2ee2f0607a90fe8d7c3726a389fb445 100644 (file)
@@ -44,7 +44,7 @@
 
     typedef ulong wxTimerTick_t;
 
-    #define wxTimerTickFmtSpec _T("lu")
+    #define wxTimerTickFmtSpec wxT("lu")
     #define wxTimerTickPrintfArg(tt) (tt)
 
     #ifdef __DOS__
     typedef wxLongLong wxTimerTick_t;
 
     #if wxUSE_LONGLONG_WX
-        #define wxTimerTickFmtSpec wxLongLongFmtSpec _T("d")
+        #define wxTimerTickFmtSpec wxLongLongFmtSpec wxT("d")
         #define wxTimerTickPrintfArg(tt) (tt.GetValue())
     #else // using native wxLongLong
-        #define wxTimerTickFmtSpec _T("s")
+        #define wxTimerTickFmtSpec wxT("s")
         #define wxTimerTickPrintfArg(tt) (tt.ToString().c_str())
     #endif // wx/native long long