mac unicode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2003-03-29 15:39:14 +00:00
parent 3470af1c9a
commit ed4e170a7a

View File

@@ -71,6 +71,10 @@
#include "wx/msgdlg.h" #include "wx/msgdlg.h"
#endif // wxUSE_LOG_DIALOG/!wxUSE_LOG_DIALOG #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 // the suffix we add to the button to show that the dialog can be expanded
#define EXPAND_SUFFIX _T(" >>") #define EXPAND_SUFFIX _T(" >>")