summaryrefslogtreecommitdiff
path: root/yapp/popup_history.h
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2006-11-23 03:22:51 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2006-11-23 03:22:51 +0000
commitc0fea55f25ad1f675f40815cefb34b435f32119b (patch)
tree95da2fda7031bf64da5514ba6cd647a8a74124e0 /yapp/popup_history.h
parent6db050eb2d23035c71971cc88219211bbacca23d (diff)
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
Diffstat (limited to 'yapp/popup_history.h')
-rw-r--r--yapp/popup_history.h2
1 files changed, 2 insertions, 0 deletions
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;
};