]> git.saurik.com Git - wxWidgets.git/commitdiff
mac unicode
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 29 Mar 2003 15:39:14 +0000 (15:39 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 29 Mar 2003 15:39:14 +0000 (15:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/logg.cpp

index 8bbe5cad30d0bd6919f9b3c76fa3dafab54c2904..c1562b8150e5331cb3543acd8b437d3bdc658723 100644 (file)
     #include "wx/msgdlg.h"
 #endif // wxUSE_LOG_DIALOG/!wxUSE_LOG_DIALOG
 
+#if defined(__MWERKS__) && wxUSE_UNICODE
+    #include <wtime.h>
+#endif
+
 // the suffix we add to the button to show that the dialog can be expanded
 #define EXPAND_SUFFIX _T(" >>")