summaryrefslogtreecommitdiff
path: root/yapp/popup_history.h
diff options
context:
space:
mode:
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;
};