From 4a8d7c10bc12e1e6fd2bd42d1727d7ef4d9612a2 Mon Sep 17 00:00:00 2001 From: watcherhd Date: Tue, 29 Nov 2011 23:12:14 +0000 Subject: another part of small project fixes and x64 adaptation in some cases git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@231 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- UserGuide/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UserGuide/main.c') diff --git a/UserGuide/main.c b/UserGuide/main.c index dae5b7e..8536583 100644 --- a/UserGuide/main.c +++ b/UserGuide/main.c @@ -22,7 +22,7 @@ PLUGININFOEX pluginInfo={ MIID_USERGUIDE }; -static int ShowGuideFile(WPARAM wParam,LPARAM lParam) +static INT_PTR ShowGuideFile(WPARAM wParam,LPARAM lParam) { DBVARIANT dbv = {0}; int iRes; -- cgit v1.2.3