summaryrefslogtreecommitdiff
path: root/plugins/NotesAndReminders
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-08-15 18:13:43 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-08-15 18:13:43 +0000
commit12a21c441740e38c193facf21cff57ad37ebb860 (patch)
tree556019d46fa0107d41abe15f0b8ab39d5a552239 /plugins/NotesAndReminders
parentd7429e05b92f63ddf8eab8ebcb569a9ac18ce82e (diff)
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@17186 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NotesAndReminders')
-rw-r--r--plugins/NotesAndReminders/src/notes.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/NotesAndReminders/src/notes.cpp b/plugins/NotesAndReminders/src/notes.cpp
index a341579d21..f7ef6474c5 100644
--- a/plugins/NotesAndReminders/src/notes.cpp
+++ b/plugins/NotesAndReminders/src/notes.cpp
@@ -88,8 +88,7 @@ static struct ColorPreset clrPresets[] =
TREEELEMENT *g_Stickies = NULL;
-INT_PTR CALLBACK StickyNoteWndProc(HWND hdlg,UINT message,
- WPARAM wParam,LPARAM lParam);
+LRESULT CALLBACK StickyNoteWndProc(HWND hdlg,UINT message, WPARAM wParam,LPARAM lParam);
INT_PTR PluginMenuCommandAddNew(WPARAM w,LPARAM l);
INT_PTR PluginMenuCommandDeleteAll(WPARAM w,LPARAM l);
@@ -1134,7 +1133,7 @@ static UINT_PTR CALLBACK CFHookProc(HWND hdlg, UINT msg, WPARAM, LPARAM)
}
-INT_PTR CALLBACK StickyNoteWndProc(HWND hdlg,UINT message,WPARAM wParam,LPARAM lParam)
+LRESULT CALLBACK StickyNoteWndProc(HWND hdlg,UINT message,WPARAM wParam,LPARAM lParam)
{
switch (message)
{