summaryrefslogtreecommitdiff
path: root/Autorun/main.c
diff options
context:
space:
mode:
authorwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-11-27 21:16:40 +0000
committerwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-11-27 21:16:40 +0000
commitcf83705a2e83691e6271fdffac93e0632fd301da (patch)
tree43fb8c6ce9ef48be33a20da0cb2a4577dcbc492e /Autorun/main.c
parent5f09c4f9b4a0d2db09c8342617a3ccd5c7c77ff9 (diff)
another part of small project fixes
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@223 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'Autorun/main.c')
-rw-r--r--Autorun/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Autorun/main.c b/Autorun/main.c
index 34b0d0f..c5a498a 100644
--- a/Autorun/main.c
+++ b/Autorun/main.c
@@ -95,7 +95,7 @@ static BOOL CmpCurrentAndRegistry()
return FALSE;
}
-static BOOL CALLBACK DlgProcAutorunOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
+static INT_PTR CALLBACK DlgProcAutorunOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
{
switch (msg)
{