diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-28 18:21:47 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-28 18:21:59 +0300 |
commit | b9d9857c44e62bf022194fca2ea8a8e0e435d1c2 (patch) | |
tree | 7bdaeabb69571f0164d181135642bef415b1e287 /plugins/NotesAndReminders/src/stdafx.h | |
parent | 4c93f2b20218e943f61d0a399aa3d11aa01506a7 (diff) |
Notes & reminders:
- fixes #1660 (date change doesn't affect relative/absolute combo format);
- code cleaning;
- version bump
Diffstat (limited to 'plugins/NotesAndReminders/src/stdafx.h')
-rw-r--r-- | plugins/NotesAndReminders/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NotesAndReminders/src/stdafx.h b/plugins/NotesAndReminders/src/stdafx.h index 73ebf4267a..fa985d12a5 100644 --- a/plugins/NotesAndReminders/src/stdafx.h +++ b/plugins/NotesAndReminders/src/stdafx.h @@ -54,7 +54,7 @@ struct CMPlugin : public PLUGIN<CMPlugin> extern void CreateMsgWindow(void); extern void DestroyMsgWindow(void); -void NewNote(int Ax, int Ay, int Aw, int Ah, const char *pszText, ULARGE_INTEGER *ID, BOOL Visible, BOOL bOnTop, int scrollV); +void NewNote(int Ax, int Ay, int Aw, int Ah, const char *pszText, ULONGLONG *ID, BOOL Visible, BOOL bOnTop, int scrollV); void LoadNotes(bool bIsStartup); void SaveNotes(void); void DeleteNotes(void); |