From c0fea55f25ad1f675f40815cefb34b435f32119b Mon Sep 17 00:00:00 2001 From: sje Date: Thu, 23 Nov 2006 03:22:51 +0000 Subject: use ansi font services if unicode ones unavailable bugfixes to allow pure ansi build git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@57 4f64403b-2f21-0410-a795-97e2b3489a10 --- yapp/popup_history.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'yapp/popup_history.h') diff --git a/yapp/popup_history.h b/yapp/popup_history.h index 8bb6c7b..7bc49a0 100644 --- a/yapp/popup_history.h +++ b/yapp/popup_history.h @@ -10,10 +10,12 @@ struct PopupHistoryData{ union{ char *message; wchar_t *messageW; + TCHAR *messageT; }; union{ char *title; wchar_t *titleW; + TCHAR *titleT; }; time_t timestamp; }; -- cgit v1.2.3